P  {
	font-family : serif;
	font-weight : normal;
	font-style : normal;
	color : White;
	font : 12px Arial;
}

H1  {
	font : 18px Arial;
	font-weight : bold;
	color : White;
}

H2  {
	font : 14px Arial;
	font-weight : bold;
	color : White;
}

H3  {
	font : 12px Arial;
	font-weight : bold;
	color : White;
}

H4  {
	font : 18px Arial;
	font-weight : bold;
	color : White;
}

H5  {
	font : 18px Arial;
	font-weight : bold;
	color : White;
}

A  {
	text-decoration : none;
	color : White;
	font : 16px Arial;
	font-weight : bold;
}

A:Visited  {
	text-decoration : none;
	color : White;
	font : 16px Arial;
	font-weight : bold;
}

A:Active  {
	font : 16px Arial;
	color : Gray;
	text-decoration : none;
	font-weight : bold;
}

A:Hover  {
	font : 16px Arial;
	color : Gray;
	text-decoration : none;
	font-weight : bold;
}

BODY  {
	background-color : #0000FF;
	font : 14px Arial;
	color : White;
}

td  {
	font : 12px Arial;
	color : White;
}

input  {
	font : 12px Arial;
	color : black;
}

select  {
	font : 12px Arial;
	color : black;
}

textarea  {
	font : 12px Arial;
	color : black;
}

th  {
	font : 16px Arial;
	color : White;
	font-weight : bold
}

