A:link {
	color: #333333;
	text-decoration: none
}
A:visited {
	color: #000033;
	text-decoration: none
}
A:active {
	color: #CC0000;
	text-decoration: underline
}
A:hover {
	color: #FF3300;
	text-decoration: underline
}
A.cont:link {
	color: #000066;
	text-decoration: none
}
A.cont:visited {
	color: #000033;
	text-decoration: none
}
A.cont:active {
	color: #CC0000;
	text-decoration: underline
}
A.cont:hover {
	color: #FF3300;
	text-decoration: underline
}
