
<style type="text/css">

  a {
    color: #FFF000;
    text-decoration: none;
  }

  a:hover {
    color: #FFF000;
    text-decoration: underline;
  }

  a:visited {
    color: #07F43F;
    text-decoration: underline;
  }


  a:active { 
    color: #07F43F;
    text-decoration: underline;
  }

.tablelink a:link {
    color: #FFF000;
    text-decoration: none;
  }

.tablelink a:hover {
    color: #FFF000;
    text-decoration: underline;
  }

.tablelink a:visited {
    color: #07F43F;
    text-decoration: underline;
  }


.tablelink a:active { 
    color: #07F43F;
    text-decoration: underline;
  }


  body, td {
    color: #FFFFFF;
    font-size: 10;
    font-family: verdana;
  }



  .small {
    color: #FFFFFF;
    font-size: 9;
    font-family: verdana;
  }

 
   .black {
    color: black;
    font-size: 10;
    font-family: verdana;
  }    

.content {
        padding: 15px 15px 5px 15px;

        }

  input {
    background-color: #D4D4D4; 
    color: #666666;
    font-family: Arial;
    font-size: 10;
  }

  body, {
    background-color: #000000;
    margin-top: 1 px;
    margin-left: 1 px;
    margin-right: 1 px;
    margin-bottom: 1 px;
  }


</style>