P  {
	font-size : x-small;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : White;
}

H1  {
	font-size : large;
	font-family : sans-serif;
	font-style : normal;
	color : Green;
	font-weight : bold;
}

H2  {
	font-size : small;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Green;
}

H3  {
	font-size : x-small;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Green;
}

A  {
	font-size : x-small;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Green;
}

A:Visited  {
	font-size : x-small;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Green;
}

A:Active  {
	font-size : x-small;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Lime;
}

A:Hover  {
	font-size : x-small;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Lime;
}

BODY  {
	font-size : x-small;
	font-weight : normal;
	font-style : normal;
	color : Green;
	margin-left : 5;
	margin-top : 5;
	margin-right : 5;
	margin-bottom : 5;
	font-family : sans-serif;
	background-color : Black;
}

