body {
  margin: 0;
  padding: 0;
  background-color: #000000;
}

#footer {
  background-color: #116700;
  color: white;
  width: 980px;
  padding: 5px 0;
  text-align: center;
  font-family: verdana;
  font-size: 12px;
}

a, a:link {
  color: #8f5225;
}

#footer a, #footer a:link {
  color: white;
}

.printonly {
  display: none;
}

h1 {
  font-family: Times New Roman;
  font-size: 16px;
  border-bottom: solid 1px black;
  padding-bottom: 5px;
  line-height: 120%;
  margin-top: 0;
  padding-top: 0;
}

#outer-page  {
  background-color: #fbffd1;
  width: 980px;
  margin: auto;
  box-shadow: 0 0 20px #333;
  -moz-box-shadow: 0 0 20px #333;
  -webkit-box-shadow: 0 0 20px #333;
  position: relative;
}

#header {
  height: 76px;
  overflow-y: hidden;
  overflow-x: hidden;
  width: 980px;
  margin: auto;
}

#noshow { 
  display: none;
}

.options a:hover {
  color: blue !important;
}

