#box {
font: 12px Arial;
color: #000;
}

#box a:link, #box a:active, #box a, #box a:visited {
color: red;
text-decoration: underline;
}

#box a:hover {
color: black;
text-decoration: none;
}
