  {  }

  BODY {
    margin-top:       5px;
    background-color: #FFF4DB;  /* ivory */
    font-family:      'Lucida Sans Unicode', 'Lucida Sans', 'Trebuchet MS', Tahoma, Arial, Helvetica;
    font-size:        11pt;
    color:            #696D17;  /* olive */
  }

  #main {
    padding-left: 35px;
  }

  H1 {
    font-size:  36pt;
    color:      #256f79;  /* deep teal */
  }

  B { 
    font-weight: normal;
    color:       #256f79;  /* deep teal */
  }

  .terra_cotta {
    color: #CC6633;
  }

  A.terra_cotta {
    text-decoration: none;
    color:           #CC6633;
  }

  A.terra_cotta:hover {
    text-decoration: underline;
  }

  #copyright {
    font-size:   8pt;
    line-height: 80px;
    text-align:  center;
    color:       #E4DBC5;  /* taupe */
  }
