body {
  font-family: "Lucida Grande", verdana, sans-serif;
  font-size: 11px;
  background-color: #fff;
  color: #444;
  text-align: center;
  line-height: 16px;
}

h1 {
  font-size: 17px;
  color: #554734;
  text-align: center;
}

div#dingo {
  padding: 0;
  margin: 0;
  width: 250px;
  margin: 40px auto 0 auto;
  text-align: left;
}

a, a:link, a:visited {
  color: #036;
  text-decoration: none;
  border-bottom: dotted #036 1px;
  padding-bottom: 1px;
}
a:hover, a:active {
  color: #900;
  border-bottom: dotted #900 1px;
}

