@charset "utf-8";
/* CSS Document */

/* Remove unwanted elements */
 #header, #list, .noprint
 {
 display: none;
 }
 /* to print only on paper */
 
  @media print
  {
  #address
 {
	display: inline;
 }
 }
/* remove links */
 @media print
 {
 .top {
 visibility:hidden
}
}
 
/* Set the margins */
 @page
 {
 margin: .5in
 }

 /* Improve colour contrast of links */
 a:link, a:visited
 {
	color: #000000
 }

body{
 background-color:white;
 background:none 
 color:black;
 font-family: Garamond, Times, "Times New Roman", serif
 /* font-size: 14pt */
 {