body {
}

a:link {
color: black;
text-decoration: none;
}

a:visited {
color: black;
text-decoration: none;
}

a:hover {
color: #D63921;
text-decoration: none;
}

a:active {
color: red;
text-decoration: none;
}
