
a.red:link {
	color: #000000;
	text-decoration: none;
}
a.red:visited {
	text-decoration: none;
	color: #000000;
}
a.red:hover {
	text-decoration: none;
	color: #0000FF;
}
a.red:active {
	text-decoration: none;
	color: #000000;
}

a.img:link {
	color: #000000;
	text-decoration: none;
}
a.img:visited {
	text-decoration: none;
	color: #000000;
}
a.img:hover {
	text-decoration: none;
	color: #FF0000;
}
a.img:active {
	text-decoration: none;
	color: #000000;
}