html, body {
  background: #ffc;
}

dd.description {
  border-left: 2px #99F solid;
  padding-left: 5px;
}

span.about {
  color: #666;
}

h1 {
  font-size: 130%;
}

#header {
  width: 80%;
}

#note {
  position: fixed;
  top: 5px;
  background: transparent;
  margin-left: 83%;
  margin-right: 5px;
  font-size: 60%;
  border: 2px #99F dashed;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-top: 5px;
  padding-right: 5px;
}

#note h4 {
  margin-top: 0px;
  margin-bottom: -5px;
}

#content {
  background:white;
  margin-right:20%;
  margin-left:1em;
  border:1px black solid;
  padding:1em;
}

#content dt {
  font-weight:bold;
  margin-top:0.3em;
}

#content :link {
  text-decoration:none;
}

a, a:visited, a:hover {
  text-decoration: none;
  color: #00F;
}

a:hover {
  background: #FC6;
}
