body, table, p {
margin: 0px;
}
a {
color: #000000;
}
a:hover {
color: #990000;
text-decoration:none;
}

a.footer {
color: #000000;
text-decoration:none;
}
a:hover.footer {
color: #990000;
text-decoration:underline;
}
td.headerLinks {
cursor: pointer;
vertical-align: middle;
background-color: rgb(0, 0, 0);
height: 18px;
font-family: arial;
font-size: 12px;
font-weight: bold;
color: rgb(255, 255, 255);
}