body
  { margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #f5f5f5;
    background-color: #b22222;
    font-size: 16px;
    font-family: "Times New Roman", Georgia, Times;
    text-align: center;
  }

h3
    { color: white; 
      font-weight: bold; font-size: 16px; 
      font-family: "Times New Roman", Georgia, Times; 
      text-align: left; 
      vertical-align: top; 
    }
    
h2  
    { color: white; 
      font-weight: bold; 
      font-size: 20px; 
      font-family: "Times New Roman", Georgia, Times; 
      text-align: left;
      vertical-align: top;
    }

h1
   { color: white;
     font-weight: bold; font-size: 24px; 
     font-family: "Times New Roman", Georgia, Times; 
     text-align: left; 
     vertical-align: top;
   }

td
  { color: #f5f5f5;
    font-size: 16px;
    font-family: "Times New Roman", Georgia, Times;
    text-align: left;
    vertical-align: top;
  }
  
th
  { color: #d2691e;
    font-weight: 800; font-size: 16px;
    font-family: "Times New Roman", Georgia, Times;
    text-align: left;
    vertical-align: top;
  }
a { color: #ff8c00; font-size: 16px; font-family: "Times New Roman", Georgia, Times; text-decoration: none }

a:active
  { color: black; 
    font-size: 16px; 
    font-family: "Times New Roman", Georgia, Times; 
    text-decoration: none;
  }

a:hover
  { color: black; 
    font-size: 16px; 
    font-family: "Times New Roman", Georgia, Times; 
    text-decoration: none;
  }

