BODY {
	
}

A:LINK {
	font-family : "Times New Roman";
	text-decoration:none;
	font : normal ;
	color : Navy;
}
	
:visited{
	color: Gray;
	font-weight: normal;
	text-decoration:none;
}
:hover{
	color: Blue;
	font-weight: normal;
	text-decoration: underline;
}




TABLE {
	background-color : #FFFF99;
	font-family : "Times New Roman";
}

H1, H2, H3 {
	font-family : "Times New Roman";
}

