A {
	text-decoration: none;
	color: #660000;
	font-family: times; 
	font-weight: bold;
}
A:LINK {
	text-decoration : none;
	color: #660000;
}
A:HOVER {
	text-decoration : none;
	color: #4F9D9D;
}
A:ACTIVE {
	text-decoration : none;
	color: #CC9933;
	}
A:VISITED {
	text-decoration : none;	