P  {
	font-family : serif;
	color : White;
	text-align : left;
}

H1  {
	font-size : extra large;
	font-family : serif;
	font-weight : bold;
	color : White;
	text-align : center;
}

H2  {
	font-size : large;
	font-weight : normal;
	font-family : serif;
	color : White;
	text-align : center;
}

H3  {
	font-weight : bold;
	font-size : medium;
	color : White;
	text-align : left;
}

A  {
	font-size : medium;
	font-family : sans-serif;
	color : Maroon;
	text-decoration : underline;
}

A:Visited  {
	font-size : medium;
	font-family : sans-serif;
	color : White;
	text-decoration : underline;
}

A:Active  {}

A:Hover  {}

BODY  {
	font-size : medium;
	font-family : serif;
	font-weight : normal;
	font-style : normal;
	color : Silver;
}


