body {
  color: #000000;
  background-color: #eeeedd;
  font-family: Arial;
}

table {
  border-spacing: 0px;
  table-layout: fixed;
}

h1 {
  background-color: #404080;
  color: #ffffff;
  font-size: 22pt;
  text-align: left;
  text-indent: 10px;
  margin: 0px;
  padding: 0px;
}

.navbar {
  background-color: #802040;
  color: #ffffff;
  font-family: Arial;
  text-align: center;
}

.navbar a {color: #ffffff; text-decoration: none}
.navbar a:visited {color: #c0c0c0; text-decoration: none}

tr.r0 {
  background-color: #eeffee;
}
tr.r1 {
  background-color: #ddeedd;
}

th {
  padding: 0px 10px;
}

td.numeric {
  padding: 0px 10px;
  text-align: right;
  font-family: monospace;
}
td.decimal {
  text-align: right;
  font-family: monospace;
}

.volatile {
  color: #008000;
}