  body{
    background-color: #FFFFCC;
    font-family: Verdana;
  }

  a.menu {
    font-family : "Verdana", "Helvetica", SansSerif;
    color : #006600;
    background-color: #FFFFCC;
    font-size : small;
    font-weight : bold;
    text-decoration : none
  }

  a.menu:hover {
    color : #FFFFCC;
    background-color: #006600;
  }

  td.PageTitle{
    text-align: center;
    color: #006600;
    font-size: large;
    font-weight: bold;
  }

  span.SectionTitle{
    font-size: x-large;
    color: #FFFFCC;
    background-color: #009900;
  }

  span.CellTitle{
    font-size: larger;
    font-weight: bold;
  }

  span.Hint{
    font-size: small;
    color: #006600;
    text-align: center;
    font-weight: bold;
  }

  td.menu{
    border-color: #FFFFCC;
    border-width: thin;
    border-style: solid;
  }

  td.Item{
    border-bottom-color: #CCCC99;
    border-bottom-style: solid;
    border-bottom-width: thin;
  }

