P  {
	font-size : small;
	font-family : Verdana, Arial, Helvetica;
	font-style : normal;
	color : Silver;
}

H1  {
	font-size : x-large;
	font-family : Verdana, Arial, Helvetica;
	font-weight : bold;
	color : White;
	text-align : center;
}

H2  {}

H3  {
	font-size : small;
	font-family : Verdana, Arial, Helvetica;
	font-weight : bold;
	color : White;
	text-align : center;
}

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

A:Visited  {
	font-size : small;
	font-family : Verdana, Arial, helvetica;
	font-weight : bold;
	color : Yellow;
	text-decoration : none;
}

A:Active  {
	font-size : small;
	font-family : Verdana, Arial, Helvetica;
	font-weight : bold;
	color : White;
	text-decoration : underline;
}

A:Hover  {
	font-size : small;
	font-family : Verdana, Arial, Helvetica;
	font-weight : bold;
	color : White;
	text-decoration : underline;
}

BODY  {
	background-color : #336699;
}

