P  {
	font-family : sans-serif;
	color : Lime;
	font-size : small;
	font-weight : bold;
}

H1  {
	font-family : sans-serif;
	font-weight : bold;
	font-size : x-large;
	color : Red;
	text-align : center;
}

H2  {
	font-size : large;
	font-family : sans-serif;
	font-weight : bold;
	color : Red;
	text-align : center;
}

H3  {
	font-family : sans-serif;
	font-size : xx-small;
	color : Red;
	text-align : left;
}

A  {
	font-size : small;
	font-family : sans-serif;
	color : Aqua;
	font-weight : bold;
}

A:Visited  {
	font-size : small;
	font-family : sans-serif;
	color : White;
	font-weight : bold;
}

A:Active  {
	font-size : small;
	font-family : sans-serif;
	color : Yellow;
	font-weight : bold;
}

A:Hover  {
	font-size : small;
	font-family : sans-serif;
	color : Aqua;
	font-weight : bold;
}

BODY  {
	font-size : small;
	font-family : sans-serif;
	color : Lime;
	font-weight : bold;
	background-color: black;
}

