P  {}

H1  {
	font-size : x-large;
	font-family : Tahoma;
	font-weight : bold;
	font-style : normal;
	color : White;
	text-align : left;
}

H2  {
	font-size : medium;
	font-family : Comic Sans MS;
	font-weight : normal;
	font-style : normal;
	color : White;
	text-align : left;
}

H3  {}

A  {
	font-size : x-small;
	font-family : Tahoma;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-decoration : none;
}

A:Visited  {
	font-size : x-small;
	font-family : Tahoma;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

A:Active  {
	font-size : x-small;
	font-family : Tahoma;
	font-weight : bold;
	font-style : normal;
	color : #515151;
	text-decoration : overline;
}

A:Hover  {
	font-size : x-small;
	font-family : Tahoma;
	font-weight : bold;
	font-style : normal;
	color : Black;
	text-decoration : underline;
}

BODY  {}

