body {
  margin: 3%;
  font-family: sans-serif;
  color: #333333;
}

a:link { color: #3333cc; text-decoration: none; }
a:visited { color: #3333cc; text-decoration: none; }
a:hover { color: #3333cc; text-decoration: underline; background: khaki; 
}
a:hover img { border: 2px solid #3333cc; }
a:active { color: #ff0000; text-decoration: underline; }

div.block_top {
  background-position: left center;
  background-repeat: no-repeat;
}

div.block_left {
  float: left;
  width: 20%;
}

div.block_right {
  margin-left: 20%;
  margin-top: 1em;
}

div.block_bottom {
  clear: both;
}

hr {
  color: bf7d43; /* for IE6 */
  background-color: bf7d43;
  height: 4px;
}

h1 {
  color: #cc803d;
  font-size: 150%;
  line-height: 150%;
  font-weight: bold;
  text-align: center;
  }

h2 {
  color: #cc803d;
  font-size: 120%;
  line-height: 150%;
  font-weight: normal;
  text-align: center;
}

h3 {
  color: #cc803d;
  font-size: 120%;
  font-weight: bold;
  line-height: 120%;
}

.center {
  text-align: center;
}

.small {
  font-size: 75%;
}

li {
  line-height: 120%;
  margin: 1em 0em;
}

dd {
  line-height: 120%;
  margin-left: 2em;
}

p {
  line-height: 120%;
  margin-left: 2em;
}

ul.menu {
  list-style-type: none;
  margin: 1em 1em;
  padding: 1em 1em;
  font-weight: bold;

}