body {
  width: 100%;
  margin: 0;
  padding: 0;
}

a img {
  border: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

td.menu div.title {
  background: #00c;
  padding-left: 12px;
  margin-bottom: 4px;
  font-weight: bold;
  color: white;
}

td.menu div.content {
  background: url(../images/grd-menu.gif) repeat-y;
  padding: 3px;
  margin-bottom: 7px;
}

td.content {
  background: #ddf;
  border: 2px dashed darkblue;
  padding: 8px;
}