
a:link { color: maroon; 
         font-weight: bold; 
         font-size: 10pt;
         font-family: "Arial"; 
        }
        
a:visited { color: #000080; 
            font-weight: bold; 
            font-size: 10pt;
            font-family: "Arial"; 
           }


A:hover {text-decoration: none; color: #FF0000}


td{
	color:maroon;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	text-align: center;
	
}

