P  {
	font-size : 12;
	font-family : Arial;
	color : Black;
}

H1  {
	font-size : 13;
	font-family : Arial;
	color : #07339C;
}

H2  {
	font-size : small;
	font-family : Arial;
	color : gray;
}

H3  {
	font-size : small;
	font-family : Arial;
	color : gray;
}
H4  {
	font-size : 9;
	font-family : Arial;
	color : gray;
}

A  {
	font-size : 12;
	font-family : Arial;
	color : darkblue;
	text-decoration : none;
}

A:Visited  {
	text-decoration : none;
}

A:Active  {
	font-size : 12;
	color : black;
	font-family : Arial;
	text-decoration : none;
}

A:Hover  {
	font-size : 12;
	font-family : Arial;
	color : black;
	text-decoration : none;
}

BODY  {
	font-size : 12;
	font-family : Arial;
	color : Black;
	text-decoration : none;
}


