body {
  background: #737373;
  width: 660px;
  margin: auto;
  font-family: Georgia, Arial, Helvetica, Lucida, serif;
  }
img {
  border: 1px #000000 solid;
  }
a, a:visited {
  font-size: 1.0em;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  }
a:hover {
  text-decoration: none;
  }

/* Main divisions */


#extra {
/* This div fixes an IE5/Mac bug. Not sure exactly what's going on. */
 background: #BFBFBF;
 padding: 0px;
 margin: 0px; 
 margin-top: 30px;
}
#container {
  width: auto;
  margin: auto;
  background: #BFBFBF;
  padding: 10px;
  padding-bottom: 0;
  height: 100%;
  text-align: center;
  }

#gutter {
  margin: 8px auto;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  }
#gutter a{
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  }

/* Lesser stuff */
.description {
  font-size: .65em;
  line-height: 10pt;
  font-family: verdana, sans-serif;
  text-align: left;
  }
.description a {
  color: blue;
  font-weight: normal;
  text-decoration: underline;
}

/* Off with her header! */
h1 {
  color: #000000;
  font-size: .79em;
  text-align: center;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  }
h1 a {
  color: #000000;
  }
h1 a:hover {
  text-decoration: underline;
  }
h2 {
  font-size: .9em;
  margin: 0px;
  }
