A  {
	text-decoration : none;
	color : Blue;
}

A.bluetext  {
	text-decoration : none;
	color : Blue;
}

A.redtext  {
	text-decoration : none;
	color : Red;
}


