* {
  padding: 0;
  margin: 0;
}

body {
  
  background-color: #e5dcc9;
  font-family: Verdana, Tahoma, sans-serif;
  color: #46381b;
  font-size: 0.8em;
}

div#corner {
  background: url('http://www.ucancap.org/_images/bg2.gif');
  position: absolute;
  top: 125px;
  left: 180px;
  width: 20px;
  height: 20px;
}

div.content {
  position: absolute;
  top: 125px;
  left: 200px;
  padding-top: 20px;
  padding-bottom: 50px;
}

.contact {
  color: green;
  font-weight: bold;
}

.county {
  font-weight: bold;
  font-variant: small-caps;
}

.heavy {
  font-weight: bold;
}

.indent {
  margin-left: 40px;
}

a.link, a.link:visited {
  color: #ae1c45;
  font-weight: bold;
}

.inset_list {
  margin-left: 15px;
  list-style: none;
}

p.littlepara {
  font-size: 0.8em;
  text-align: justify;
}