/* CSS Document */

a:link {
color: black;
text-decoration:none;
}

a:visited {
color: black;
text-decoration:none;
}

a:active {
background-color: #e31b23;
text-decoration:none;
}

a:hover {
color: #e31b23;
text-decoration:none;
}

