A  {
	text-decoration : none;
	color : #FFFFCC;
	font-weight : normal;
}

A:Hover  {
	text-decoration : underline;
	color : #FFFF00;
	font-weight : normal;
}

A:Active  {
	font-weight : normal;
	color : #FFFF00;
	text-decoration : none;
}

