a:link { text-decoration: none}
a:visited { 
	color: (#00ffff);
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CC9933;
	border: #00FFFF;
}
