P  {}

H1  {}

H2  {}

H3  {}

A  {
	color : #0000FF;
	text-decoration : none;
}

A:Visited  {
	font-size : small;
	color : #0000FF;
}

A:Active  {
	font-size : small;
	color : #FFCC00;
	text-decoration : none;
	font-style : normal;
	position : static;
	font-weight : bold;
}

A:Hover  {
	color : #FFCC00;
	font-weight : bold;
	text-decoration : none;
	visibility : visible;
	position : static;
	float : none;
	clear : none;
	font-style : normal;
	font-family : Times New Roman;
	font-size : small;
}

BODY  {
	color :#FFCC00;
}

