body {
  background-color: #ffff84;
  color: #444;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 14px;
  margin: 0px;
}

div.main {
  width: 780px;
  background: white;
  margin: 0px auto;
  border-left:  2px dotted #ddd;
  border-right: 2px dotted #ddd;
  padding: 20px;
}

h1 {
  font-size: 40px;
  font-family: cursive,sans-serif;
}

h1 a:hover {
  text-decoration: none;
}

h2, h3 {
  font-family: cursive;
  color: #069;
  font-size: 30px;
}

h4 {
  font-family: cursive;
  color: #069;
  font-size: 20px;
}

a {
  color: #08B;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #F8B;
  text-decoration: underline;
}

ul {
  margin-left: 0px;
  padding-left: 15px;
}

ul li {
  list-style-type: disc;
}

.subhead {
  font-family: cursive;
}

.small {
  font-size: 10px;
}

