a  {
	color : #FFFF00;
	text-decoration : none;
}

a:visited  {
	color : #997744;
	text-decoration : none;
}

a:hover  {
	text-decoration : overline underline;
	color : #FFFF00;
}

a:active  {
	font-weight : bold;
}

