  body
  {
    background-color: #D0D0C0;
    color: #0000A0;
  }
  
  h1
  {
    font: small-caps bolder 20 sans-serif;
    text-align: center;
    font-stretch: narrower; color: #800040;
  }
  
  .smallText
  {
    font-size: 10;
  }
  
  .hiddenText
  {
    font-size: 10;
    color: #BFBFAA;
  }
  
  .emphasis
  {
    font-weight: bold;
    color: #800040;
  }
  
  .normalInput
  {
    background-color: #FFFFD2;
  }
  
  .backgroundemphasis
  {
    background-color: #FFFF80;
  }
  
  input[type="text"]
  {
    font-family: monospace;
  }
  
  .small
  {
    font-size: 12;
    color: #808040;
  }
  
  
  select
  {
    background-color: FFFFD2;
  }
  
  
  fieldset
  {
    border-bottom-style: groove;
    border-bottom-width: 2px;
    border-left-style: groove;
    border-left-width: 2px;
    border-right-style: groove;
    border-right-width: 2px;
    border-top-style: groove;
    border-top-width: 2px;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-bottom: 0px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
  }
  
  legend
  {
    font-variant: small-caps;
    font-weight: normal;
    font-size: 12pt;
    font-family: sans-serif;
    text-align: left;
    color: #400000;
  }
  
  .grey
  {
    background-color: #C0C0C0;
  }