.a a:link {
	color: #0033FF;
}
.a a:visited {
	color: #0033FF;
}
.a a:hover {
	color: #FF0000;
}
.a a:active {
	color: #0033FF;
}
