P  {
	font-family : Arial;
	font-size : smaller;
	color : White;
	font-weight : normal;
}

H1  {
	text-decoration : none;
	font-size : x-large;
	font-weight : bold;
	font-style : normal;
	color : White;
	font-family : Arial;
	text-align : left;
	height : auto;
}

H2  {
	text-decoration : none;
	font-size : small;
	color : Red;
	font-family : Arial;
	height : auto;
}

H3  {
	text-decoration : none;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Lime;
	font-size : x-small;
	height : auto;
}

A  {
	font-family : Arial;
	color : White;
	font-size : small;
	text-decoration : none;
	font-weight : bold;
}

A:Visited  {
	font-size : small;
	font-family : Arial;
	color : White;
	text-decoration : none;
	font-weight : bold;
}

A:Active  {
	font-size : small;
	font-family : Arial;
	color : Yellow;
	text-decoration : none;
	font-weight : bold;
}

A:Hover  {
	color : Yellow;
	font-size : small;
	font-family : Arial;
	text-decoration : none;
	font-weight : bold;
}

BODY  {
	font-size : xx-small;
	font-family : Arial;
	color : Black;
	text-decoration : none;
	background-color : Black;
	font-weight : normal;
}

