
A  {
	font-size : large;
	font-weight : bold;
	color : white;
	font : Arial CE;
	text-decoration : none;
}

A:Visited  {
	font-size : large;
	font-weight : bold;
	color : White;
	font : Arial CE;
	text-decoration : none;}

A:Active  {
	font-size : large;
	font-weight : bold;
	color : White;
	font : Arial CE;
	text-decoration : none;}

A:Hover  {
	font-size : large;
	font-weight : bold;
	color : White;
	font : Arial CE;
	text-decoration : underline;}

A.normal {color=blue;}
A.normal:Hover {color=blue;}
A.normal:Active {color=white;}
A.normal:Visited {color=blue;}


