P  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	color : White;
}

H1  {
	font-family : serif;
	font-size : x-large;
	color : Green;
}

H2  {
	font-family : Franklin Gothic Book;
	font-size : large;
	color : #00FF00;
	font-weight : bold;
}

H3  {}

A  {
	font-family : Arial Narrow;
	font-weight : bold;
	color : #FFFFFF;
	border-style : dashed;
	background-color : Navy;
	text-decoration : none;
}

A:Visited  {}

A:Active  {}

A:Hover  {
	background-color : #00FF00;
	color : #0000FF;
}

BODY  {}


