P  {}

H1  {}

H2  {}

H3  {}

A  {
	font-weight : bold;
	color : Blue;
	text-decoration : none;
}

A:Visited  {
	color : Navy;
	text-decoration : none;
}

A:Active  {
	color : Purple;
	font-weight : bold;
	text-decoration : none;
}

A:Hover  {
	text-decoration : underline;
	color : Blue;
	font-weight : bold;
	background-color: #FFFF66; 
}

BODY  {
	float : left;
}

