body {
  background-color: darkolivegreen;
  background-repeat: repeat;
  color: black;
  font-size: 0.8em;
  padding: 0;
  margin: 0;
}

em {
  font-size: 1.5em;
  font-style: normal;
  font-family: Verdana;
  font-weight: bold;
  text-decoration: underline;
  color: goldenrod;
  clear: both;
}
h3 {
  font-size: 1.2em;
  font-style: normal;
  font-family: Verdana;
  text-align: left;
  color: goldenrod;
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
a {
  text-decoration: none;
}
a:link {
  color: blue;
}
a:visited {
  color: #00BF00;
}
a:hover {
  color: #FF8800;
}

img {
  border: none;
  padding: 0px;
  margin: 0px 0px;
  float: right;
}

div#layout {
  text-align: center;
}
div#all {
  background-color: darkolivegreen;
  width: 710px;
  padding: 0px 0px 30px 0px;
  margin-left: auto;
  margin-right: auto;
}
div#left {
  background-color: darkolivegreen;
  width: 33%;
  height: 900px;
  float: left;
  vertical-align: top;
  text-align: center;
  margin-top: 0px;
  margin-left: 2px;
  margin-right: 1px;
  padding: 0px 0px 0px 0px;
}
div#center {
  background-color: darkolivegreen;
  width: 32%;
  height: 900px;
  float: left;
  vertical-align: top;
  text-align: center;
  margin-top: 0px;
  margin-left: 1px;
  margin-right: 1px;
  padding: 0px 3px 0px 0px;
}
div#right {
  background-color: darkolivegreen;
  width: 33%;
  height: 900px;
  float: left;
  vertical-align: top;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  padding: 0px 0px 0px 0px;
}
th {
 background-color: gold;	
}
td {
 background-color: antiquewhite;
}

