body {
  margin-top: 0px;
  font-size: 12px;
  background-color: #e5e1b2;
  font-family:Tahoma, Helvetica, Arial;
  color: #806030;
}
ul {
  list-style-type: none;
  margin-left: 0px;
  line-height: 1.5em;
  padding-left: 0px;
}

ul.indent {
  list-style-type: square;
  margin-left: 0px;
  line-height: 1.5em;
  padding-left: 20px;
}

img {
  border: 0px none #ffffff;
}

#content {
  border: 2px dotted #807050;
  background-color: #fff5f0;
  padding: 10px;
  margin: 5px;
  width: 720px;
}

.localblock {
  width: 360px;
  border: 2px dotted #807050;
  background-color: #fff5f0;
  padding: 10px;
  margin: 5px;
}

.container {
  float: left;
}

a { color: #806030; text-decoration: none; }
a:link { color: #806030; text-decoration: none; }
a:visited { color: #806030; text-decoration: none; }
a:active { color: #806030; text-decoration: none; }
a:hover { color: #806030; background-color: #f0c080; text-decoration: none; }

#title {
  font-weight: bold;
  font-size: 14px;
  color: #f0a050;
}
