em {
	font-family: "Tempus Sans ITC";
	font-size: small;
	font-style: normal;
	color: #003399;
	text-decoration: none;
	
}

a
 {
	text-decoration: none;
	color: Blue;
}
a:hover
{
	text-decoration : underline;
	color: #ff8040;
}
HR
 {
	color: #003399;
	height: 1pt;
}