body {
	font-family: Arial,Tempus Sans ITC;
	color : #000099;
	margin-top: 1;
}

a:link {
	text-decoration : none;
	color : DarkBlue;
	font-family : Verdana,Arial,Tempus Sans ITC;
}

a:visited {
	text-decoration : none;
	color : BlueViolet;
	font-family : Verdana,Arial,Tempus Sans ITC;
}

a:hover {
	text-decoration: underline;
	color: OrangeRed;
	font-family : Verdana,Arial,Tempus Sans ITC;
	   }
	   
a:active {
	COLOR: DarkBlue;
	text-decoration : none
	font-family : Verdana,Arial,Tempus Sans ITC;   
	    }

