body {
        font-size: small;
        font-family: Fixedsys;
        color: black;
        background-color: #C0C0C0;
        scrollbar-track-color: #C0C0C0;
        scrollbar-arrow-color: #C0C0C0;
}
/*      Links unvisited links                                                   */
a.link:link {
        color: ;
        background: #C0C0C0;
}

/*      Links active links (not widely supported)                               */
a.link:active {
        color: #C0C0C0;
        background: white;
}

a.link:visited {
        color: #008080;
        background: #C0C0C0;
}

/*      Links when hovered over (MSIE only)                                     */
a.link:hover {
        color: #C0C0C0;
        background: white;
}

/*      Unvisited links                                                         */
a:link {
        color: white;
        background: #C0C0C0;
}

/*      Active links (not widely supported)                                     */
a:active {
        color: #C0C0C0;
        background: white;
}

/*      Links when hovered over (MSIE only)                                     */
a:hover {
        color: #C0C0C0;
        background: white;
}
a:visited {
        color: #008080;
        background: #C0C0C0;
}
