a {
    color: black;
	Text-Decoration : None;
}

a:hover {
	Color : #910A2B;
	Text-Decoration: Underline;
}
a.redLink {
    color: #910A2B;
	Text-Decoration : None;
}

a.redLink:hover {
	Color : #910A2B;
	Text-Decoration: Underline;
}

