body {
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

a {
  color: #04a;
  text-decoration: none;
}

a:visited {
  color: #04a;
}

a:hover {
  border-bottom: 1px dotted blue;
}

li {
  list-style: square outside;
  list-style-image: url(/img/b/raquo-sm.jpg);
  margin-bottom: 0.5em;
}

.header {
  border-bottom: 1px dotted #aaa; padding-bottom: 5px;
}
.content {
  margin-left: 30px;
}
.footer {
  border-top: 1px dotted #aaa; padding-top: 5px;
}


.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 1px;
}
