body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  width: 800px;
}

table {
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  margin: 0px;
  padding: 0px;
  font-size: 100%;
}

th, td {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin: 0px;
  padding: 3px 10px ;
  vertical-align: top;
  text-align: left;
}

ul {
  list-style: disc;
}

a {
  color: #0000ee;
  text-decoration: none;
}

a:visited {
  color: #0000ee;
}

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

img.b {
  border: 1px solid #e0e0e0;
  margin-bottom: 0.65em;
}
