a:active {
    color: #5C799D;
    text-decoration: none;
}

a:hover {
    color: #5C799D;
    text-decoration: none;
}

a:link {
    color: #5C799D;
    text-decoration: none;
}

a:visited {
    color: #5C799D;
    text-decoration: none;
}

td {
    font-family: Verdana;
    font-size: 10px;
    color: #606060;
    text-decoration: none;
}

.menu {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 9px;
    color: #5C799D;
    text-decoration: none;
}

body {
    font-family: Verdana;
    font-size: 10px;
    background-color: #C4DAFF;
    text-decoration: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;

}



