
a {
  color: #FFFFFF;
}
a:link {
text-decoration: none;

}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;

}
a:active {
  text-decoration: none;
}

body {
  background-color: #003300;
}
div#container {
  width: 800px;
  position: relative;
  text-align: center;
}
div#leftad {
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  border: thin inset #006600
}
div#rightad {
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  }
div#centermatter {
  margin: 0 160px;
  text-align: center;
}

div#footer {

text-align: center;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: smaller
}

form#fermentform {
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  color: #FFFFFF
}

p#para {
  font-family: Arial, Helvetica, sans-serif;
  font-size: smaller;
  color: #FFFFFF
}

