body {
  background-color: green;
  font-family: verdana;
  font-size: 8px;
}

td.indexhead {
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  color: black;
  text-align: center;
}

td.po {
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  color: darkgreen;
  text-align: center;
}

td.content {
  font-family: verdana;
  font-size: 12px;
  color: darkgreen;
  text-align: left;
}

td.intro {
  font-family: verdana;
  font-size: 12px;
  color: darkgreen;
  text-align: center;
}

table.main {
  background-color: #ffffcc;
}

a.index:link {
  font-family: verdana;
  font-size: 12px;
  color: black;
  text-decoration: none;
}

a.index:visited  {
  font-family: verdana;
  font-size: 12px;
  color: black;
  text-decoration: none;
}

a.index:hover {
  font-family: verdana;
  font-size: 12px;
  color: red;
  text-decoration: underline;
}

li {
  text-align: center;
  color: brown;
  font-size: 10px;
}


