a:link {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;

}

