
body {
     font-family: Arial;
     font-size: 12px;
     color: #ffffff;
     background-color: #000000;

a:link {
       font-family: Arial;
       font-size: 12pt;
       color: #ffffff;
       text-decoration: none

}
a:active {
         font-family: Arial;
         font-size: 12pt;
         color: #FF6600;
         text-decoration: none
}

a:visited {
          font-family: Arial;
          font-size: 12pt;
          color: #99CCFF;
          text-decoration: none
}

a:hover {
        font-family: Arial;
        font-size: 12pt;
        color: #888888;
        text-decoration: underline
}

table {
    font-family: Arial;
    font-size: 13px;
    color: #333333;
}
