A.dark:link {
	color : #FFFF99;
	text-decoration : none;
}



A.dark:visited {
	color : #99CC33; 
	text-decoration : none}



A.dark:active {
	color : #FFCC00;	
	text-decoration : none}



A.dark:hover {
	color : #CCFF00;
	text-decoration : underline
}