body {
  font-family: sans-serif;
  font-size: 10pt;
}

small {
  font-size: 8pt;
}

* {
  font-size: inherit;
}

a:link    { color: blue; text-decoration: none }
a:visited { text-decoration: none }
a:hover   { color: blue; text-decoration: underline }

.index_column {
  width: 180px;
  background-color:#eeeeee;
  vertical-align: top;
  font-family: sans-serif;
  font-size: 10pt;
}

.footer_table {
  background-color:#eeeeee;
  vertical-align: top;
  font-family: sans-serif;
  font-size: 10pt;
}

.heading1 { color:blue; font-size:18pt; font-weight: bold; }
.heading2 { color:blue; font-size:14pt; font-weight: bold; }
.heading3 { color:blue; font-size:12pt; font-weight: bold; }
                                                       
p {
  color:black;
}

.code {
  margin-left:10pt;
  font-family: courier, monospace;
  font-size:10pt;
  white-space: pre;
  background:#ffeeee;
}