P  {}

H1  {}

H2  {}

H3  {}

A  {
	font-family : Arial;
	color : White;
	text-decoration : underline;
}

A:Visited  {
	color : White;
	text-decoration : underline;
}

A:Active  {
	color : White;
	text-decoration : underline;
}

A:Hover  {
	text-decoration : underline;
	color : White;
}

BODY  {
	font-family : Arial;
	background-color : #0069b3;
}

