BODY {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0; /* 5%; */
  font-family: sans-serif;
  background-color: white;
  color: black;
}
A { text-decoration: none; }
A:link { color: rgb(21, 46, 177); }
A:visited { color: rgb(21, 46, 177); }
A:hover {
  color: rgb(102,119,221); 
  text-decoration: underline;
}
A.inv { text-decoration: none; color: white; }
A.inv:link { color: white; }
A.inv:visited { color: white; }
A.inv:hover {
  color: #efefef;
  text-decoration: underline;
}

.gothic {
  font-family: Gothic, Century Gothic, URW Gothic L, Apple LiGothic, sans-serif;
}
.title {
  font-family: Gothic, Century Gothic, URW Gothic L, Apple LiGothic, sans-serif;
  font-weight: bold;
}
H1, H2, H3, H4 {
  font-family: Gothic, Century Gothic, URW Gothic L, Apple LiGothic, sans-serif;
 }
TH { font-family: sans-serif; }
TD { font-family: sans-serif; }

td.trim {
  border: solid 1px #152eb1;
}
td.toptrim {
  border-top: solid 1px #152eb1;
}
td.navbg {
  background-image: url("/images/navbg.jpg");
  background-repeat: no-repeat;
  background-position: right;
}
.button { padding: 0.01em 0.5em 0.01em 0.5em; background: #ddd;
border: solid 1px #000; color: #000; }
.button:hover { text-decoration: none; color: #000; background: #eee; }
.button:link, .button:visited { color: #000;}

