A:LINK {
	color: #333333;
	font-weight: bold;
	text-decoration : none;
}

A:VISITED {
	color: #666666;
	font-weight: bold;
	text-decoration : none;
}

A:HOVER {
	color: Red;
	font-weight: bold;
	text-decoration : none;
}