body {
  background: #fff;
  color: #777;
  font-family: "Lucida Grand", Verdana, Helvetica, sans-serif;
  font-size: 62.5%;

}

.header {
  margin-bottom: 20px;
}

.content {
  margin-left: 270px;
  margin-top: -20px;
  text-align: center;
  font-size: 1.4em;
  /* border: 1px dotted #e47f08; */
}

.content img {
    margin: 5px;
}

/* div.content div {
  background-image: url("_img/logo05a_cutout_200px.gif");
  background-repeat: no-repeat;
  background-position: 45% 0%;

} */


.left {
  position: absolute;
  width: 230px;
  left: 20px;
  top: 160px;
  height: auto;
  font-size: 1.2em;
  /*border: 1px dashed #e47f08;*/
}



a:link {
  color: #e47f08;
}

a:visited {
  color: #a48888;
}

a:hover {
  text-decoration: none;
}

a:link img, a:visited img {
  border-color: #888;
}

a:hover img {
  border-color: #e47f08;
}


.comment {
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 1em;
  padding-right: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
}

dt {
  margin-bottom: 3px;
}

dd {
  margin-bottom: 3px;
}

.monospace {
  font-family: Courier, serif;
  font-size: 1em;
}

input[type=text] {
  color: #e47f08;
}

.small {
    font-size: 75%;
}