P  {}

H1  {}

H2  {}

H3  {}

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

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

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

A:Hover  {
	color : Green;
	text-decoration : none;
	background : #CBFFCB;
}

BODY
{
	font-family: Comic Sans MS;
	font-size: 10pt;
	color: blue;
	background : #CBFFCB;
}
TABLE
{
	font-family: Comic Sans MS;
	font-size: 10pt;
	color: blue;
}
A
{
	font-family: Comic Sans MS;
	font-style: bolder;
	text-decoration: none;
}