    BODY  {
    	font-family : arial;
    	color : black;
    	font-size : 12px;
    }
    
    TD  {
    	font-family : arial;
    	color : black;
    	font-size : 12px;
    }
    
    .headCell  {
    	color : white;
    	font-family : arial;
    	font-size : 12px;
    	background-color : Black;
    }
    
    .row1Cell  {
    	color : black;
    	font-family : arial;
    	font-size : 12px;
    	background-color : #DDDDDD;
    }

	   	A {
    	color : blue;
    	font-family : arial;
    	font-size : 12px;
    }
    
	    .title {
    	color : black;
    	font-family : arial;
    	font-size : 12px;
		font-weight : bold;
    }
	
    .row2Cell  {
    	color : black;
    	font-family : arial;
    	font-size : 12px;
    	background-color : Aqua;
    }
    
	
    .footLink  {
    	font-size : 10px;
    	font-family : arial;
    	color : gray;
    }
	
    .footLink:hover  {
    	color : blue;
    }
		
	
    .navAd  {
    	font-size : 12px;
    	font-family : arial;
    	color : yellow;
		text-decoration: none;
    }
        
    .navAd:hover  {text-decoration: underline;}