
html body {
  margin:0;
  padding:0;
  background:#E1D4C0 url("/bg.gif") repeat-y center top;
  font:small "Trebuchet MS",Verdana,Arial,Sans-serif;
  font-size: 14px;
  color:#333;
  }
body.pop {
  background:#F5EDE3;
  }


a {
  font-weight:bold;
  color:#36c;
  }
a:hover {
  text-decoration:underline;
  color:#f60;
  }
a img {
  border-width:0;
  }

h1 {
  margin:0 0 15px;
  font-size:220%;
  line-height:1.2em;
  font-weight:normal;
  color:#666;
  }
h2 {
  margin:1em 0 .5em;
  font-size:130%;
  line-height:1.3em;
  color:#826C55;
  font-weight:normal;
  }
h3 {
  margin:1em 0 .25em;
  padding:.25em 0;
  font-size:93%;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#BAA68E;
  }
h4 {
  margin:1em 0 .25em;
  font-size:100%;
  }

table {
  background:#fff url("/bg_table.jpg") repeat-x left top;
  border-width:0;
  font-size:100%;
  color:#333;
  }
th, td {
  border-top:1px solid #CABBA9;
  border-width:1px 0 0 0;
  padding:6px 10px 5px;
  font-size:93%;
  line-height:1.5em;
  }
th {
  background:#fff;
  padding-left:5px;
  font-size:100%;
  color:#664E38;
  text-align:left;
  }

p {
  margin:0 0 .75em;
  line-height:1.5em;
  }
