a {
        color: #000000;
}
a:link {
        color: #000000;
}
a:visited {
        color: #000000;
}
a:hover {
        color: #FF0000;
        background: #FFFFFF;
        text-decoration: underline;
}
a:active {
        color: #000000;
}
body,td {
        font-family : tahoma, verdana, arial, helvetica;
        font-size : 11px;
        color: #000000;
}
th {
        font-family : tahoma, verdana, arial, helvetica;
        font-size : 11px;
        color: #ffffff;
}
body {
        background-color: #ffffff;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}
form { display: inline; }
