P  {
	font-size : x-small;
	color : #eeeeee;
	font-family : Verdana;
}

H1  {
	font-size : large;
	text-align : center;
	color : #ffffff;
	font-family : Verdana;
	font-weight : normal;
}

H2  {
	font-size : medium;
	background-color : #110011;
	color : #ffffff;
	font-family : Verdana;
	font-weight : normal;
	text-indent : 15;
}

H3  {
	font-size : small;
	font-weight : bold;
	color : White;
	font-family : Verdana;
}

A  {
	font-size : xx-small;
	font-weight : normal;
	text-decoration : underline;
	color : #999999;
	cursor : hand;
	font-family : Verdana;
}

A:Visited  {
	font-size : xx-small;
	font-weight : normal;
	text-decoration : underline;
	color : #999999;
	cursor : hand;
	font-family : Verdana;
}

A:Active  {
	font-size : xx-small;
	font-weight : normal;
	text-decoration : underline;
	color : #ccbbbb;
	cursor : hand;
	font-family : Verdana;
}

A:Hover  {
	font-size : xx-small;
	font-weight : normal;
	text-decoration : underline;
	color : #ffffff;
	cursor : hand;
	font-family : Verdana;
}

BODY  {
	font-family:verdana;
	color:#eeeeee;
	font-size:x-small; 
}

