a.troy:hover {
	color:red;
	text-decoration:underline;
}

a.troy {
	color:green;
	text-decoration:none;
}

a.ani {
	color:green;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:red;
}