/* printer.css -applies to directions to be printed */
body {
  margin-left: 1%; margin-right: 1%;
  font-family: Verdana, sans-serif;
  
  
}




h1 { font-size: 130%; color:#333333;}
h2,p { font-size: 110%; color:#333333;}
h3 { font-size: 80%; color:#333333;}
h4 { font-size: 180%; color:#333333;}
h5 { font-size: 250%; color:#333333;}
TD { font-size: 80%; color:#333333; align="center" verticle-align: text-middle;}


hr {height:1px; border-style:solid; border-width:1px 0 0 0;
border-color:#C40202;}



<style> 
<!-- 
a:active{color: #333333;} /* (Dark Grey) */
a:hover{color:#EDEFC3;} /* (Off-White) */
a:link{color: #EDEFC3;} /* (Off-White) */
a:visited{color: #AAAAAA;} /* (Medium Grey) */
--> 
</style>











