
  a:link { font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
    color: rgb(195, 0, 0);
    }

  a:visited {
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
    color: rgb(195, 0, 0)
    }

  a:hover { font-family: Tahoma;
    font-size: 12px;
    color: rgb(255, 105, 35);
    text-decoration: underline;
    }

  td { 
    font-family: Tahoma;
  }
  
  .header {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: rgb(153, 0, 0);
    padding-left: 12px;
  }
  
  .desc {
    font-family: Tahoma;
    font-size: 12px;
    color: rgb(64, 0, 0);
  }

  .input {
    border: 1px solid rgb(64, 0, 0);
    font-family: Tahoma;
    font-size: 12px;
    color: rgb(64, 0, 0);
    padding-left: 3px;
  }

  .button {
    border: 1px solid rgb(64, 0, 0);
    background-color: rgb(200, 180, 155);
    font-family: Tahoma;
    font-size: 12px;
    color: rgb(64, 0, 0);
  }