BODY {
  background-color: white;
  color: black;
  font: small serif;
}
H1 {
  color: #CC0000;
  font: bold x-large sans-serif;
  margin: 0.5em 0em;
}
H2 {
  color: #CC3333;
  font: large sans-serif;
  margin: 0.5em 0em;
}
TABLE.outer {
  border-style: none;
  width: 600px;
}
TABLE.reclist {
  border-collapse: collapse;
  border: black solid 1px;
  margin-top: 8px;
  width: 100%;
}
CAPTION {
  color: #993333;
  font: italic medium serif;
  text-align: left;
  padding: 4px 0px;
}
TD, TH {
  border-style: solid;
  border-width: 1px;
  empty-cells: show;
  padding: 2px 4px;
}
TH {
  background-color: #FFCCFF;
  text-align: center;
}
TD.outer {
  border-style: none;
}
TD.code {
  text-align: left;
  width: 8%;
}
TD.site {
  text-align: left;
  width: 22%;
}
TD.delta {
  text-align: right;
  width: 8%;
}
TD.int {
  text-align: right;
  width: 8%;
}
TD.azim {
  text-align: right;
  width: 8%;
}
TD.loc {
  text-align: right;
  width: 8%;
}
TD.peak {
  text-align: right;
  width: 8%;
}
TD.note {
  text-align: left;
  width: 12%;
}
.anno {
  color: #CC0066;
  font-weight: bold;
  font-style: italic;
}
.copyright {
  color: #666666;
  font: italic x-small serif;
  text-align: right;
}
.int5 {
  color: red;
}
.int4 {
  color: magenta;
}
.int3 {
  color: blue;
}
.int2 {
  color: black;
}
.int1 {
  color: black;
}
.int0 {
  color: black;
}
A:LINK {
  color: #990099;
  text-decoration: none;
}
A:VISITED {
  color: #CC66CC;
  text-decoration: none;
}
A:HOVER {
  color: #FF3399;
  text-decoration: underline;
}
A:ACTIVE {
  color: #FF0033;
  text-decoration: none;
}
