BODY {
    background: #FFFFFF;
    font-family: Verdana;
    font-size: 14px;
}


TD {
    font-size: 14px;
}


.small {
    font-size: 10px;
}


.headline {
    font-size: 14px;
    font-weight: bold;
}


A:link {
    text-decoration: underline;
    color: #0000FF;
}


A:active {
    text-decoration: none;
    color: #0000FF;
}


A:visited {
    text-decoration: underline;
    color: #0000FF;
}


A:hover {
    text-decoration: none;
    color: #90ACBD;
}