body, td {
  font-family: verdana, arial;
  font-size: 14px;
}

.pagelayout {
  width: 100%;
  height: 100%;
}

a:link,a:visited {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
a:hover,a:active {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}

h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0px;
}

#containmenu {
  width: 860px;
}
#menu {
  float: left;
  border: 1px solid #000000;
  background: #FFFF66;
  width: 125px;
  padding: 5px;
  text-align: center;
  margin-right: 10px;
}