P  {
	font-family : Verdana,Arial,Helvetica;
	color : White;
}

H1  {
	font-family : Verdana,Arial,Helvetica;
	font-weight : bold;
	color : Black;
	font-size : large;
}

H2  {}

H3  {}

A  {
	font-family : Verdana,Arial,Helvetica;
	font-weight : bold;
	color : Red;
	text-decoration : none;
}

A:Visited  {
	font-family : Verdana,Arial,Helvetica;
	font-weight : bold;
	color : Red;
	text-decoration : none;
}

A:Active  {
	font-family : Verdana,Arial,Helvetica;
	font-weight : bold;
	color : #660000;
	text-decoration : underline;
}

A:Hover  {
	font-family : Verdana,Arial,Helvetica;
	font-weight : bold;
	color : #660000;
	text-decoration : underline;
}

.link  {
	font-family : Verdana,Arial,Helvetica;
	font-weight : bold;
	color : gold;
	text-decoration : none;
}

.link:Visited  {
	font-family : Verdana,Arial,Helvetica;
	font-weight : bold;
	color : gold;
	text-decoration : none;
}

.link:Active  {
	font-family : Verdana,Arial,Helvetica;
	font-weight : bold;
	color : #993333;
	text-decoration : underline;
}

.link:Hover  {
	font-family : Verdana,Arial,Helvetica;
	font-weight : bold;
	color : #993333;
	text-decoration : underline;
}
BODY  {}

