body {
  background: #9ff; 
  color: black;
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  margin-left: 10%;
  margin-right: 10%;
}

h1 {
  color: black;
  font-size: 2.5em;
}

h3 {
  color: black;
  font-size: 1.3em;
}

table {
  border: 0;
  padding: 10;
}

table.outer {
  border: 0;
  padding: 10;
  /* background: #0099ff; */
  background: #999999;
}

table.outborder {
  border: 2;
  background: black;
}

a {
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  color: #339;
}

a:hover {
  background: #3f9;
}

a:link {
}

.fname {
  font-weight: bold;
}

.fval {
  font-weight: bold;
  color: #9f9;
}

.desc {
  font-size: 80%;
}

