a {
	color: #3399FF;
	text-decoration: none;
}

a:hover {
	color: #CC3333;
	text-decoration: underline;
}

a:visited {
	color: #3399FF;
	text-decoration: none;
}

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




