a:link {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	
}
a:active {
	color: #999999;
	text-decoration: none;
	
