BODY {
	background-color: #357774;
	color: #ffffff;
	font-family: Verdana, Lucida, Helvetica, sans-serif;
}
BODY, P, TD {
	font-family: Verdana, Lucida, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
}
A:link {
	color: #ffaa00;
	text-decoration: none;
	font-style: italic;
}
A:visited {
	color: #ddcc88;
	text-decoration: none;
	font-style: italic;
}
A:active {
	color: #cccccc;
	text-decoration: underline;
	font-style: italic;
}
A[href]:hover {
	color: #ffffff;
	text-decoration: underline;
	font-style: italic;
}
PRE {
	font: 12px Courier;
}
STRONG, B {
	font-weight: bold;
	color: #ffeedd;
}
P {
	margin-left: 30px;
	margin-right: 30px;
}
.smaller {
	font-size: 12px;
}
.small {
	font-size: 9px;
}
.smallgrey {
	font-size: 9px;
	text-align: right;
	color: #cccccc;
	margin-left: 0px;
	margin-right: 0px;
}

H1 {
	margin-left: 10px;
	font-size: 24px;
}
H2 {
	margin-left: 10px;
	font-size: 18px;
	font-weight: bold;
}


.guestbookNav { /* for navigation buttons */
  font-size: 10px;
  text-align: center;
}
.guestbookNumCell {
  font-size: 11px;
  background: #559999;
  color: #ffffff;
}
.guestbookFromCell {
  font-size: 11px;
  font-weight: bold;
  color: #ffdd00;
  background: #559999;
}
.guestbookDateCell {
  background: #559999;
  font-size: 10px;
  color: #dddddd;
}
.guestbookBodyCell {
}
