A:link { color: blue; text-decoration: underline; } 
A:visited { color : gray; text-decoration: underline; } 
A:hover {color:red;text-decoration: underline ; background: yellow} 
A:active {color: red; background: #CFDFEB; text-decoration: underline; } 
p { margin-left:30px; margin-right:30px; }
 
p, td {
   font-family: Verdana, Arial, Helvetica, sans-sarif;
	font-size:10pt;
	font-weight: bold;
}
 h1  {
	text-align : center;
	 font-size:35pt;
}
h2, h3 {
	text-align : center;
	font-family: Verdana, Arial, Helvetica, sans-sarif;
	font-size:14pt;
}
