a:link {
    color: #c0050e;
    text-decoration: none;

}

a:visited {
    color: #c0050e;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}