
body   {   color: #990000;
           background: white;

 }

table  { 
          font-family: Verdana;
          color: #990000;
          font-size:10pt; 
          border: 1px solid #000080;
 }


A:link {
          color: #990000;
          text-decoration: underline;
          background: transparent;
          font-family:Verdana;
          font-size:10pt
 }

A:active {
            color: #990000;
            text-decoration: underline;
            background: transparent;
 }

A:visited {
            color: #990000;
            text-decoration: underline;
            background: transparent;
 }

A:hover {
          color: #000080;
          text-decoration: underline;
          background: transparent;
 }