body {
  background-color:#003399; 
  font-family:Arial;
}
div#content
{
  min-width:750px;
  width:75%;
  /* border:1px solid white; */
}
div#farm {
  min-width:370px;
  float:left;
  width:45%;
  /* border:1px solid white; */
}
div#excavate {
  min-width:370px;
  float:right;
  width:45%;
  /* border:1px solid white; */
}
h1 {
  color:white; 
}
p {
  color:white;
  font-size:x-large;
}
.notop {
  line-height:10%;
}
a:link, a:visited, a:active {
  text-decoration:none;
  color:white;
}
a:hover {
  text-decoration:underline;
  color:red;
}
