BODY {
  color: #ffffff;
  background: #0055aa;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
}

OL, UL, LI, TD, TH, P, ADDRESS {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
}

TH {
  background: #1166bb;
}

A {
  font-weight: bold;
}

STRONG {
  font-size: 13px;
  font-weight: bold;
  color: #f00;
}

PRE, TT {
  font-family: Courier;
  font-size: 14px;
}

.windowInnerArea {
}

H1 {
  font-size: 20pt;
  font-weight: normal;
  text-align: center;
}

H2 {
  font-size: 14pt;
  font-weight: bold;
  text-align: left;
  color: #ffcc00;
}

H3 {
  font-size: 14pt;
  font-weight: normal;
  text-align: left;
  color: #ffdd00;
  margin-left: 10px;
}

H4 {
  font-size: 12pt;
  font-weight: normal;
  text-align: left;
  color: #ffdd33;
  margin-left: 10px;
  margin-top: -15px;
}

B {
  font-weight: bold;
}

A:link { color: #ff8800 }
A:visited, A:active { color: #ff8800 }

.guestbookNav { /* for navigation buttons */
  font-size: 10px;
  text-align: center;
  margin: 0px;
}
.guestbookNumCell {
  font-size: 11px;
  background: #004499;
  color: #ffffff;
}
.guestbookFromCell {
  font-size: 11px;
  font-weight: bold;
  color: #ffdd00;
  background: #004499;
}
.guestbookDateCell {
  background: #004499;
  font-size: 10px;
  color: #55aaff;
}
.guestbookBodyCell {
}
.guestbookAddEntryCell {
  background: #1166bb;
}
