a:link {
	text-decoration: none;
	color: #111111;
}
a:visited {
	color: #111111;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

