P  {}

H1  {}

H2  {}

H3  {}

A  {	text-decoration : none;
	color : Navy;
}



A:Hover  {
	color : Navy;
	text-decoration : underline;
}

BODY  {
	font-family : Arial, Verdana;
	color : Black;
	background-color : #99CCFF;
}

