
/* Main table cell colours and backgrounds */
td.row1	{ background-color: rgb(243,242,235); }
td.row2	{ background-color: #DDDDDD; }
td.row3	{ background-color: #000000; }

#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: italic;
  text-align: center;
 
  padding: 1em 0 0.2em 0;
  border-bottom: 2px solid rgb(216,210,195);
}
