/* h1 normal not italics */
#main-content h1 {
  color: rgb(166,140,83);
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  margin: 0.5em 0 0.5em 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}

/* h2 normal, not italics */
#main-content h2 {
 font-family: arial, verdana, helvetica, sans-serif;
 font-weight: bold;
 font-style: normal;
 color: rgb(166,140,83);
}

/* table aligned on the left */
table.wiki-content-table  {
    margin-left: 0;
    float:none;
}

/* list bullet color brown */
ul {
list-style-image: url(/local--files/start/bullet_62401F.gif);
list-style-type: square;
}