#header {
  border-top: 1px none black;
  border-left: 1px none black;
  border-right: 1px none black;
  background-color: #33ffff;
  color: black;
  font-size: 1.5em;
}
#hmenu {
  border:  none;
  font-weight: bold;
  text-align: center;
  height: 2.4em;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.8em;
  line-height: 2.5em;
  background-color: #33ffff;
}
#hmenu ul {
  margin: 0em;
  padding: 0;
  list-style-type: none;
  float: right;
}
#hmenu li {
  border: 1px solid black;
  color: white;
  background-color: lightblue;
  float: left;
  width: 90px;
}
#hmenu a {
  color: white;
  background-color: #555555;
  display: block;
  text-decoration: none;
}
#hmenu a:hover {
  background-color: blue;
}
#col1 {
}
body {
  font-size: 1em;
  font-family: sans-serif;
}
