body {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
                font-size: 14px;
	margin: 0.7em;
	background-color: white;
}
h1 {
	 border-bottom: 1px solid;	
	 margin-bottom: 0; 	
	 color: purple;
	 font-size: 24pt;
	/* font-style:  italic;*/
	 background:  #EEE;
}
      
#picwrap {
  padding: 0.5em;
  margin: 1;
  border: 1px solid white;
 }
 .page {
	position: absolute;
            top: 5em;
		left: 1em;
            width: 90%;
		padding: 1em;
            background-color: cornsilk; 
            margin: 0.2em 1em 0.5em 0.2em;
           	border-left: 0.2em solid gold;
            border-bottom: 0.5em solid silver;
		text-align: left;
}
.date {
     font-style: italic;
     color: snow;
     font-size:  130%;
     font-weight: bold;
     background:  navy;
     border: 0.2em solid #edf5ff;
     text-align: right;
}

