H1  {
	font-size : smaller;
	font-family : Arial;
	font-weight : bold;
	color : Teal;
}

H2  {
	font-size : smaller;
	font-family : Arial;
	color : Black;
	margin-left : 20;
	font-style : normal;
	font-weight : bold;
	text-decoration : underline;
	margin-bottom : 0;
	border-bottom-width : 0;
	padding-bottom : 0;
}

H3  {
	font-size : x-small;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	margin-left : 25;
	padding-top : 0;
	margin-top : 0;
	border-top-width : 0;
}

A  {
	text-decoration : none;
	font-weight : bold;
	font-family : Arial;
	font-size : x-small;
	color : Teal;
}

A:Visited  {
	text-decoration : none;
	color : Olive;
}

A:Active  {
	text-decoration : none;
	color : Red;
}

A:Hover  {
	text-decoration : none;
	color : Blue;
}

BODY  {
	font-size : small;
	font-family : Times New Roman;
}


