body {
  background-color: #eee9cb;
  font-family: Times New Roman, Times, serif;
}

h2 {
  font-size: 2em;
  color: #db3541;
  letter-spacing: 0.1em;
}

span.alt {
  color: #e47466;
}

div.body {
  position: absolute;
  left: 10%; 
  top: 280px; 
  right: 40%;
  width: 50%;
  font-size: 1.2em;
  z-index: 1000;
}

.error {
  font-weight: bold;
  color: #FF0000;
}

.smaller {
  font-size: smaller;
}

a:link {
  text-decoration: none;
  color: #db3541;
}

a:visited {
  text-decoration: none;
  color: #e47466;
}

a:hover {
  text-decoration: underline;
  color: #e47466;
}

div.nav {
  clear: all;
  position: absolute;
  right: 3%;
  top: 280px;
  font-size: 1.2em;
  text-align: right;
}

.topright {
  position: absolute;
  text-align: right; 
  right: 3%; 
  top: 0%;
  z-index: 100;
}

.topleft {
  position: absolute; 
  left: 0%; 
  top: 0%;
}

.bottomright {
  position: absolute;
  text-align: right;
  right: 3%; 
  top: 400px;
}
