body {
  font-family: Trebuchet MS, sans-serif;
}

p.intro {
  font-size: x-small;
}

p.heading {
  font-weight: bold;
  font-size: medium;
  border-bottom: #ccff33 1px solid;
}

p.heading a {
  text-decoration: none;
}
p.biglink {
  font-weight: bold;
  font-size: medium;
}
p.biglink a{
  text-decoration: none;
}
p.menuspacer {
  height: 20px;
}

p.detail {
  font-size: x-small;
  margin-left: 40px;
}

p.smallprint {
  font-size: xx-small;
}

span.subheading {
  font-weight: bold;
  border-bottom: #ccff33 1px solid;
}

a {
  color: #336600;
}

a:hover {
  background: #ccff33;
}

a:active {
  color: #669900;
}

a:visited {
  color: #336600;
}

table.linkbar {
  position: absolute;
  border: 0px;
  background: white;
  cell-spacing: 0px;
  cell-padding: 0px;
  border-collapse: collapse;
  width: 100%;
}

table.linkbar tr.items td {
  border-bottom: 1px solid #ccff33;
  border-left: 1px solid #ccff33;
  border-right: 1px solid #ccff33;
  text-align: center;
  margin: 0px;
  cursor: pointer;
}

table.menu {
  position: absolute;
  width: 100%;
  background: white;
  cell-spacing: 0px;
  cell-padding: 0px;
  border-collapse: collapse;
  display: none;
}

table.menu td {
  border: 1px solid #ccff33;
}