A.MAIN:HOVER {
	text-decoration: none;
	background-color: #FCF1DB;
	font-weight: bold;
}
A.MAIN:LINK {
	color: #000000;
	text-decoration: none;
}
A.MAIN:VISITED {
	color: #000000;
	text-decoration: none;
}
A.MAIN:ACTIVE {
	color: #000000;
	text-decoration: none;
}

A.MORE:HOVER {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;


}
A.MORE:LINK {
	color: #660000;
	text-decoration: none;
}
A.MORE:VISITED {
	text-decoration: none;
}
A.MORE:ACTIVE {
	color: #660000;
	text-decoration: none;
}

