a:link {
	text-decoration: none;
; color: #00CCFF
}
a:visited {
	text-decoration: none;
	color: #3399CC;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
; color: #3399CC}
