a {
  text-decoration: underline;
  border: none;
  background: transparent;
  color: #000066;
}

a:active {
  text-decoration: underline;
  border: none;
  background: transparent;
  color: #ffffff;
}

a:visited {
  text-decoration: underline;
  border: none;
  background: transparent;
  color: #333399;
}

body {
  margin: 2px;
  padding: 2px;
  background-color: white;
  color: black;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  font-family:verdana,tahoma,arial,helvetica,sans-serif;
}

table {
  margin-left: 12px;
}

th, td {
  font-family: "Courier New", Courier, monospace;
  font-size: 10pt;
  text-align: left;
}

th {
  font-weight: bold;
  padding-right: 14px;
  padding-bottom: 3px;
}

td {
  padding-right: 14px;
}

td.s, th.s {
  text-align: right;
}

div.list {
  background-color: #eaded2;
  color: black;
  border: 1px solid black;
  padding-top: 10px;
  padding-bottom: 14px;
}

div.foot {
  font-family: "Courier New", Courier, monospace;
  font-size: 10pt;
  color: #787878;
  padding-top: 4px;
}

