
 a:link {
	text-decoration: none; 
	color: #000099;
}
  a:visited {
	text-decoration: none; 
	color: #000099;
}
  a:hover {
	text-decoration: underline;
	color: #FF0000; 
}
  a:active {
	text-decoration: underline; 
	color: #000099;
}

  td {
	font-family: 'Arial CE', Arial, Helvetica, sans-serif;
	font-size: 14px; 
	text-align: justify;
	color: #000099;
}

  H4 {
	font-family: 'Arial CE', Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold; 
	color : #000099;
}