body {
  background: #fff;
  color: #000;
  font-family: sans-serif;
  font-size: small;
  margin: 5px 0px 5px 0px;
  padding: 0px; /* Opera hack for no margin */
}

img {
  border: 0px;
}

table {
  font-size: small; /* Konqueror hack for table font size */
}

a, a:visited {
  color: #009;
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: underline;
}
a.menu, a.menu:visited {
  padding: 0px 10px 0px 10px;
}
a.menu:active, a.menu:hover {
  color: #f70;
  text-decoration: none;
}

div.container {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}
div.bottom {
  clear: both;
  text-align: center;
}
div.main {
  text-align: left;
}
div.menu {
  font-size: medium;
  font-weight: bold;
  text-align: center;
}
span.arrow {
  color: #009;
}
