body {
  background-color: #009999;
  font-family: Arial;
  color: black;
  font-size: 0.8em;
}

body.sidebar {
  background-color: #008888;
  text-align: center;
  color: blue;
  font-size: 0.7em;
}

P { 
}

P.letterhead {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}

P.littlehead {
  font-weight: bold;
}

P.midhead {
  font-size: 1.1em;
  font-weight: bold;
}

P.bighead {
  font-size: 1.3em;
  color: white;
  font-weight: bold;
  text-align: center;
}

P.listlink {
  text-align: center;
  margin-bottom: 0.2em;
  margin-top: 0px;
}

.listlink a:link, .listlink a:visited {
  text-decoration: none;
  color: black;
}

.listlink a:hover {
  text-decoration: underline;
}

a:link, a:visited { 
  text-decoration: none;
  color: blue;
}

.sidebar a:link, .sidebar a:visited {
  color: black;
}

a:hover {
  text-decoration: underline
}

table {
  border: 1px solid;
  border-spacing: 0px;
}

tr {
  background-color: orange;
}

.even {
  background-color: pink;
}

td {
  text-align: center;
  border-left: 1px solid;
  border-bottom: 1px solid;
}

.toprow td {
  background-color: white;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-spacing: 1px;
  border-left: 1px solid;
}