* { font-family: sans-serif; }
body {
  color: black;
  background: white;
}
a:link { color: #00f; background: transparent }
a:visited { color: #609; background: transparent }
a:active,a:hover { color: #f00; background: transparent }

table {
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  border-collapse: collapse;
}
th {
  background-color: #f6f6ff;
  color: black;
  font-weight: bold;
  border-width: 1px;
  border-color: #aaaaaa;
  border-style: solid;
  padding: 0px 2px 0px 2px;
}
td {
  border-width: 1px;
  border-color: #aaaaaa;
  border-style: solid;
  padding: 0px 2px 0px 2px;
}

h1 { text-align: left; color: #4472C4; background: white; }

acronym {
  cursor: help;
}

div.head, div.body { margin: 1em; vertical-align: middle; display: inline-block; }
div.head img { color: white; border: none } /* remove border from top image */
