
body {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 16pt;
   line-height: 2em;
   margin: 3px;
   padding: 3px;
   }

h3 {
   font-size: 1.5em
   color: #660000;   
   }

h4 {
   font-size: 1.3em;
   color: #333333;
   }

a {
   text-decoration: none;
   }

a:link {
   color:#00f
   }
a:visited {
   color:#f0f
   }
a:hover {
   text-decoration: underline; 
   color:#009; 
   background:yellow
}

table {  
margin-bottom: 2px;  
border-left: 2px solid #999999; 
border-top: 2px solid #999999; 
}

td, th { 
padding: 1px; 
border-right: 2px solid #999999; 
border-bottom: 2px solid #999999; 
}
