P  {
	font-family : monospace;
	color : White;
}

H1  {
	font-size : x-large;
	font-weight : bold;
	font-style : normal;
	text-transform : capitalize;
}

H2  {
	font-size : large;
	font-weight : bold;
	text-transform : capitalize;
}

H3  {
	font-size : medium;
	font-weight : bold;
	text-transform : capitalize;
}

A  {
	font-family : Verdana, Tahoma, Pragmatica, Arial;
	font-size : x-small;
	color : Yellow;
}

A:Visited  {
	color : Silver;
}

A:Active  {
	text-decoration : underline;
}

A:Hover  {
	font-size : x-small;
	font-family : Verdana, Tahoma, Pragmatica, Arial;
	color : Black;
	text-decoration : underline;
	background-color : Yellow;
}

BODY  {
	background-color : Black;
	color : Lime;
	font-family : Verdana, Tahoma, Pragmatica, Arial;
	font-weight : normal;
	font-size : x-small;
}

TABLE  {
	font-size : x-small;
	color : Lime;
}

