a:link {
        color: red;
        text-decoration: none;
        font-weight: bold;
        border: 0 ;
}



a:visited {
  color: #FF0000;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
    color: black;
        text-decoration: underline;
}

td, th {
        font-family: Arial,  Verdana, Helvetica, sans-serif;
        font-size: 13px;
        color: #0000A0;
}

body  {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 4px;
        margin-bottom: 0px;
                background-color:#333365;
                background-position: center;
                background-repeat: no-repeat;
                color: #000000;
}

H1 {
        color: #FFFF00;
        font-family: Arial,  Verdana, Helvetica, sans-serif;
        font-size: 16px;
}
H2 {
        color: #C0C0C0;
        font-family: Arial,  Verdana, Helvetica, sans-serif;
        font-size: 14px;
}

* {
        color: #FFFFFF;
        font-family: MS Trebuchet, Tahoma, Georgia;
        font-size: 11px;
        text-decoration: none;
}

