a:link { color: maroon; 
         font-weight: bold; 
         font-size: 14pt;
         font-family: "Arial"; 
        }
        
a:visited { color: #000080; 
            font-weight: bold; 
            font-size: 14pt;
            font-family: "Arial"; 
           }

p {
	color: blue;
	font-weight: bold;
	font-size: 20pt;
	font-family: "Arial";
	text-align : center;
}
 

td{
	color:maroon;
	font-weight: bold;
	font-size: 15pt;
	font-family: Arial;
	text-align: center;
	
}
h1{
	color:#000080;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	text-align: center;
	
}