 body{
   background:#000000;
   color:white;
   font-family:Verdana;	
   font-size:10pt; 
   font-style:thin;
   border-width:thin;
   border-style:groove;
   border-color:white;
      }   
	  
    a{  
	     color:white; 
		       font-family:verdana;
	           text-decoration:none;
			   font-size:8pt; 
			   font-weight:bold; 
			        }
	 a:visited{
	           color:green;	 
			   font-family;verdana;
	           text-decoration:none; 
			   font-size:8pt;	
			   font-weight:bold;
			       }
	 	
	 a:hover{  
	           color:#FF0000; 
			   font-family:verdana;
	           text-decoration:none;
			   font-size:8pt; 
			   font-weight:bold;
			       }
