H1  {
	font-size : large;
	font-family : times new roman, helvetica, verdana;
	font-weight : bold;
	font-style : Italic;
	color : Black;
}

H2  {
	font-size : medium;
	font-family : times new roman, helvetica, verdana;
	font-weight : bold;
	font-style : Italic;
	color : Black;
}

H3  {
	font-size : small;
	font-family : times new roman, helvetica, verdana;
	font-weight : bold;
	font-style : Italic;
	color : Black;
}

BODY  {
	font-family : times new roman, helvetica, verdana;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-align : left;
}

A.navlink  {
 	text-decoration : none;
 	color : black;
 }

 A.navlink:Hover  {
 	text-decoration : none;
 	color : green;
 }

A.navlink2  {
 	text-decoration : none;
 	color : darkblue;
 }
 
 A.navlink2:Hover  {
 	text-decoration : none;
 	color : green;
 }

