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 {
	font-family: Verdana, Arial, Helvetica, sans-sarif;
	font-size:10pt;
	font-weight: bold;
	text-align : left;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-sarif;
	font-size:10pt;
	font-weight: bold;
	text-align : center;
}
 h1  {
	text-align : center;
	 font-size:35pt;
}
h2, h3 {
	text-align : center;
	font-family: Verdana, Arial, Helvetica, sans-sarif;
	font-size:12pt;
}
