a:link {
	text-decoration: none;
	color: #006699;
}

a:visited {
	color: #006699;
	text-decoration: none;


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


a:active {
	text-decoration: none;
	color: #006699;
}

