a:link {
	text-decoration:  underline;
	color: #333366;

}
		
a:visited {
	text-decoration:	underline;
	color: #333366;

}

a:active {
	text-decoration:	none;
	color: #333366;
	background-color: #66CC99;


}	
	
a:hover {
	text-decoration:	none;
	color: #333366;
	background-color: #66CC99;


}
