body {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 75px;
  background-color: #fcc;
  color: #000;
  font-family: sans-serif;
}

h1 {
  margin-left: 40px;
  color: #700;
  font-family: monospace;
  font-size: 3em;
}

#main {
  float: right;
  padding: 35px 60px;
  background-color: #fff;
  width: 55%;
  margin-top: 10px;
  margin-right: 120px;
  margin-bottom: 100px;
  border-style: solid;
  border-color: #700;
  border-width: 3px;
}

#links {
  float: left;
  width: auto;
  text-transform: lowercase;
  font-size: small;
  margin-top: 75px;
  margin-right: 10px;
}

#links ul {
  list-style: none;
}

a:link {
  color: #00f;
  text-decoration: none;
}
a:visited {
  color: #808;
  text-decoration: none;
}
a:active {
  color: #f00;
}
a:hover {
  color: #f00;
  text-decoration: underline;
}

h2 {
  color: #600;
}
h3 {
  color: #500;
}

ul.fields {
  padding-left: 0;
  list-style-type: none;
}

ul.fields > li {
  margin-bottom: 2px;
}

span.field {
  float: left;
  width: 100px;
  font-weight: bold;
}

ul.fields ul {
  clear: left;
  list-style-type: disc;
}
