P  {}

H1  {}

H2  {}

H3  {}

A  {
	color : "#F6F909";
	text-decoration : underline;
}

A:Visited  {
	color : "#9CCEFF";
	text-decoration : underline;
}

A:Active  {
	color : "#F6F909";
	text-decoration : underline;
}

A:Hover  {
	color : "#FFFFFF";
	text-decoration : none;
	background : "#396394";
}

BODY  {}

