body {font-family: Courier New; 
      font-size: 13px;
      background-color: white;
      color: black;
     }
a:link {text-decoration: none;
        color: #006CFF;
        font: 13px Courier New;
       }
a:active {text-decoration: none;
          color: silver;
          font: 13px Courier New;
         }
a:visited {text-decoration: none;
           color: #0000C0;
           font: 13px Courier New;
          }

