body {
  font-size: 11px;
  line-height: 130%;
  color: #ff00ff;
  background-color: #f5f2e8;
  font-weight: bold;
}
table {
  font-size: 11px;
  line-height: 130%;
}
small {
  font-size: 10px;
  line-height: 130%;
}
big {
  font-size: 18px;
  line-height: 130%;
}

a:link {
  text-decoration: none;
  color: #0000aa;
}
a:visited {
  text-decoration: none;
  color: #6666ff;
}
a:hover {
  text-decoration: none;
  color: #9999ff;
  background-color: #fffbd8;
}
a:focus {
  text-decoration: none;
  color: #ddeeff;
  background-color: #666666;
}

.tbl1 {
  background-color: #e5e2ce;
  color: #330000;
}
.tbl2 {
  background-color: #006650;
  color: #ffffff;
}
.tbl3 {
  background-color: #701000;
  color: #ffffff;
}
.tbl4 {
  background-color: #f8f8f8;
  color: #330000;
}
.tbl5 {
  background-color: #f5f2e8;
  color: #330000;
}
