/* CSS Document */

a:link {
 color: #333333;
 text-decoration: none;
}
a:visited {
 text-decoration: none;
 color: #333333;
}
a:hover {
 text-decoration: underline;
 color: #b50d1a;
}

