P  {
	font-size : x-small;
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

H1  {
	font-size : small;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : Maroon;
	text-align : center;
}

H2  {
	font-size : medium;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : Black;
}

H3  {}

A  {
	font-size : x-small;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : Black;
	text-decoration : underline;
}

A:Visited  {
	font-size : x-small;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : Black;
	text-decoration : underline;
}

A:Active  {
	color : Black;
	font-size : x-small;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	text-decoration : underline;
}

A:Hover  {
	font-size : x-small;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : Black;
	text-decoration : underline;
}

BODY  {
	font-size : xx-small;
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

