/* CSS Document */

<style>
a:link {

    color: #000080;

    text-decoration: none;

    font-weight: normal;

    font-style: normal;

}
a:visited {

    color: #000080;

    text-decoration: none;

    background-color: none;

    font-weight: normal;

    font-style: normal;

}
a:hover {

    color: #000080;

    text-decoration: none;

    background-color: none;

    font-weight: bold;

    font-style: normal;

}
a:active {

    color: #0000B0;

    text-decoration: none;

    background-color: none;

    font-weight: bold;

    font-style: normal;

}

  </style>

