P  {}

H1  {}

H2  {}

H3  {}

A  {
	color : BLACK;
	text-decoration : none;
}

A:Visited  {
	color : Green;
	text-decoration : none;
}

A:Active  {
	color : Green;
	text-decoration : none;
}

A:Hover  {
	color : Black;
	text-decoration : none;
	background : #99cc99;
}

BODY  {}

