P  {}

H1  {}

H2  {}

H3  {}

A  {
	font-size : medium;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Black;
	text-decoration : none;
}

A:Visited  {}

A:Active  {}

A:Hover  {
	font-size : medium;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : White;
	text-decoration : none;
}

BODY  {
	background-color : Black;
	font-size : medium;
}

