H1  {
	font-size : large;
	font-family : Arial, Helvetica, Verdana;
	font-weight : bold;
	font-style : italic;
	color : Red;
}

H2  {
	font-size : medium;
	font-family : Arial, Helvetica, Verdana;
	font-weight : bold;
	font-style : normal;
	color : Red;
}

H3  {
	font-size : small;
	font-family : Arial, Helvetica, Verdana;
	font-weight : bold;
	font-style : italic;
	color : Blue;
}

BODY  {
	font-family : Arial, helvetica, verdana;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-align : left;
}

A.navlink  {
 	text-decoration : none;
 	color : blue;
 }
 
 A.navlink:Hover  {
 	text-decoration : none;
 	color : fuchsia;
 }

