P  {}

H1  {}

H2  {}

H3  {}

A  {
	color : #4682b4;
	text-decoration : none;
}

A:Visited  {
	color : #4682b4;
	text-decoration : none;
}

A:Active  {
	color : #4682b4;
	text-decoration : underline;
}

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

BODY  {
background : #CCCCCC;
}