a:link {
 font-family: Arial;
 color: #FF0000;
 text-decoration: none;
}
a:visited {
 font-family: Arial;
 color: #FF0000;
 text-decoration: none;
}
a:active {
 font-family: Arial;
 color: #FF0000;
 text-decoration: none;
}
a:hover {
 font-family: Arial;
 color: #000000;
 text-decoration: none;
}
