A:LINK {
	text-decoration: none;
	color : #CC3333;
}

a:hover{
text-decoration: none;
color: #CC3333;
background: white;
}


A:VISITED {
	text-decoration: none;
	color: #CC3333;
}


A:FOCUS {
	text-decoration: underline;
	color : #CC3333;
}

A:ACTIVE {
	text-decoration: underline;
	color: Blue;
}
