body {
  font-family: verdana;
  background-color: #cc0000;
  font-size: 80%;
  width: 800px;
  margin: auto;
  color: white;
  border: 5px solid #ff3333;
  padding: 30px;
  border-top: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

img {
  border: none;
}

a {
  text-decoration: underline;
  color: white;
}

a:hover {
  text-decoration: none;
  color: white;
}

table,td {
  font-family: verdana;
  font-size: 100%;
}

div#main {
  text-align: left;
}

h1, h2 {
  font-size: large;
}

h1 a {
  color: white;
}

.footer {
  margin-top: 30px;
  border-top: 1px solid white;
}

div#menu ul {
  margin: 0px;
  padding: 0px;
  padding-left: 3px;
  padding-top: 6px;
}
div#menu ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: inline;
}
div#menu ul li a {
  color: white;
  text-align: center;
  display: block;
  padding: 6px;
  border: 0px solid white;
  width: 145px;
  float: left;
  margin: 1px;
  text-decoration: none;
  background: red no-repeat left top;
}
div#menu ul li a:hover {
  text-decoration: underline;
  background: #660000 no-repeat left top;
}
