body {
    margin: 0px;
    background-color: #ffffff;
  }

a:link    { color: #333333; text-decoration: none; }
a:visited { color: #333333; text-decoration: none; }
a:hover   { color: #335f33; text-decoration: none; }
a:active  { color: #335f33; text-decoration: none; }

.image {
    border-style: none;
  }

.menuhead {
    border-top-style: solid;
    border-top-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-width: 10px;
    font-size: 10pt;
    margin: 0.5em 0.1em 0.1em 0.1em;
    padding: 0.2em 0.2em 0.2em 0.2em;
    white-space: nowrap;
  }

.menulist {
    margin: 0.1em 0.1em 0.1em 0.5em;
    padding: 0.2em 0.2em 0.2em 0.2em;
  }

.menuitem {
    list-style: square inside;
    font-size: 10pt;
  }

.menuitem2 {
    margin: 0 0 0 1.5em;
    list-style: square inside;
    font-size: 10pt;
  }


