body, td {
     font-family: verdana,'Times New Roman', helvetica;
     font-size: 12px;
     line-height:20px;
     background-color: #D7D2FE;

}
a {
          color: #ffffff;
          background-color: #C0C0C0;
          text-decoration: none;
     }

a:visited {
          font-weight: bold;
          color: #0000C0;
          background-color: #C0C0C0;
          text-decoration: none;
     }

     a:link {
          font-weight: bold;
          color: #0000C0;
          background-color: #C0C0C0;
          text-decoration: none;
     }

a:hover {
          color: #0000C0;
          background-color: #ffffff;
          text-decoration: underline overline;
     }

