BODY  {
	font-family : Verdana, sans-serif;
	font-size : small;
	font-style : normal;
	font-weight : normal;
}

P  {
	margin-left : 10 pt;
	margin-right : 5 pt;
	font-size : x-small;
	font-weight : normal;
}

H1  {
	font-family : Verdana, sans-serif;
	font-weight : bold;
	color : blue;
	font-size : x-large;
	text-transform : uppercase;
}

H2  {
	font-family : Verdana, sans-serif;
	font-weight : bold;
	color : Blue;
	font-size : large;
	text-transform : uppercase;
}

H3  {
	font-family : Verdana, sans-serif;
	font-weight : bold;
	color : blue;
	font-size : medium;
}

H4  {
	font-family : Verdana, sans-serif;
	font-weight : bold;
	color : blue;
	font-size : medium;
	}

A  {
	font-family : Verdana, sans-serif;
	Color : TEAL;
	text-decoration : underline;
}

A:Visited  {
	font-family : Verdana, sans-serif;
	Color : RED;
	text-decoration : underline;
}

A:Active  {
	font-family : Verdana, sans-serif;
	color : Tomato;
	text-decoration : underline;
}

A:Hover  {
	Color : MediumSpringGreen;
	text-decoration : none;
}

TD  {
	font-family : Verdana, sans-serif;
	font-weight : bold;
	color : Black;
	font-family : Verdana, sans-serif;
	text-transform : none;
	font-size : Small;
}

H5  {
	font-family : Verdana, sans-serif;
	font-weight : normal;
	color : Navy;
	font-size : x-small;
}


