P  {}

H1  {
	font-weight : bold;
	font-size : x-large;
}

H2  {
	font-size : large;
	font-weight : bold;
}

H3  {
	font-size : medium;
	font-weight : bold;
}

A   { color: white; font-weight: bold; text-decoration: none }

A:Visited   { color: white; font-weight: bold; text-decoration: none }

A:Active   { color: white; font-weight: bold; text-decoration: none }

A:Hover  {
	font-weight : bold;
	color : Silver;
	text-decoration : underline;
}

BODY  {
	font-family : Times New Roman;
	color : White;
	font-size : small;
	background-color : Black;
}

