body { 
     margin-top: 5 px; 
	 margin-left: 20 px;   
	 margin-bottom: 0 px; 
	 margin-right: 0 px; 
	 overflow: auto; 
	 background-attachment:fixed;   
  } 
  
.text {
	 text-decoration : none; 
         font-family : Arial;  
         font-size : 11pt; 
	 color: #002F00;
	 }
 
.text a:link    {
         text-decoration : underline;
         color : #002F00;
         } 
 
.text a:visited  { 
         text-decoration : underline; 
         color : #002F00; 
         } 
 
.text a:active  { 
         text-decoration : underline;  
         color : #002F00; 
         } 

.text a:hover  { 
         text-decoration : bold; 
         color: #800000; 
         }  
