P  {
	text-indent : 25;
	text-align : left;
}

H1  {
	font-size : x-large;
	font-weight : bold;
	text-align : center;
}

H2  {
	font-size : large;
	font-weight : bold;
}

H3  {
	font-weight : bold;
	font-size : medium;
}

A  {
	text-decoration : none;
	font-weight : bold;
	font-size : small;
	color : #FF9933;
}

A:Visited  {
	color : #FF9933;
	font-weight : bold;
}

A:Active  {
	color : #66FFFF;
	font-weight : bold;
}

A:Hover  {
	color : Yellow;
	font-weight : bold;
}

BODY  {
	font-size : small;
	font-family : sans-serif;
	font-weight : normal;
	color : White;
	background-color : #000000;
}


