body  {
        width: 100%;
        color: #000000;
        font-size: 10pt;
        font-family: times;
        background: #ffffff url(back.gif);
        text-align: center;
        margin: 0px 0px 0px 0px;
        }


a:link {
        text-decoration: none;
        color: midnightblue;
        background-color: transparent;
        }

a:visited {
        text-decoration: none;
        color: midnightblue;
        background-color: transparent;
        }

a:hover, a:active {
        text-decoration: none;
        color: maroon;
        background-color:transparent;
        }

