body {
        font-family: Helvetica;
        color: #004400; 
        background-color: rgb(255, 255, 255);
     }

hr   { 
	text-align: right; 
	color: #000000; 
     } 

a:link { color: #61B329; font-weight: bold; }
a:visited { color: #698B69; }
a:hover {
        color: #000000;  
        background: #90EE90;
        text-decoration: none; 
        }

.intro { font-size: 16px; 
         font-family: San-Serif; 
       }
.small { font-size: 10px; }
