P  {}

H1  {}

H2  {}

H3  {}

A  {
	color : #FFFF86;
	font-weight : bold;
	text-decoration : none;
}

A:Visited  {
	font-weight : bold;
	color : #FFFFD6;
	text-decoration : none;
}

A:Active  {
	color : #FFD6D6;
	font-weight : bold;
	text-decoration : none;
}

A:Hover  {
	font-weight : bold;
	color : White;
	text-decoration : underline;
}

BODY  {
	font-size : x-small;
	font-family : arial;
	color : #D6FFD6;
	text-decoration : none;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
	background-color : #00401B;
}

