body
	{ font-family: "Arial", sans-serif;
	  font-size: 10pt;
 	  font-weight: bold; 
	   
        color: #666666;
	  background-color: white;
	  background-image: none 
	};
	
table
	{ font-family: "Verdana";
	  font-size: 7pt;
 	  font-weight: bold; 
 	  color: #666666;	

	};
	

A:link    	
	{ 
	    font-family: "Verdana";
	    font-size: 10pt;
 	    font-weight: bold; 
 	    color:#999999;
	}    	/* unvisited links */
A:visited 	
	{ 
	    font-family: "Verdana";
	    font-size: 10pt;
 	    font-weight: bold; 
 	    color:#666666;
	}		/* visited links   */
A:hover
	{ 
	    font-family: "Verdana";
	    font-size: 10pt;
 	    font-weight: bold; 
 	    color:#444444;
	}		/* user hovers     */
A:active 
	{ 
	    font-family: "Verdana";
	    font-size: 10pt;
 	    font-weight: bold; 
 	    color:#444444;
	}		/* active links    */


