/* GENERIC */
H1  {
    font-family: Arial, Helvetica;
    font-size:  18px;
    font-weight: bold;
    color: #2f2605;
    margin: 0;
}

H2  {
    font-family: Arial, Helvetica;
    font-size:  16px;
    font-weight: bold;
    color: #cd9100;
    margin: 0;
}

H3  {
    font-family: Arial, Helvetica;
    font-size:  16px;
    font-weight: bold;
	  color: #7a7a7a;
    margin: 0;
}

H4  {
    font-family: Arial, Helvetica;
    font-size:  13px;
    font-weight: bold;
    color: #3f2d21;
    margin: 0;
}

H5  {
    font-family: Arial, Helvetica;
    font-size:  13px;
    font-weight: bold;
  color: #777777;
    margin: 0;
}

H6  {
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #005fa8;
    margin: 0;
}
H6 a:link, H6 a:visited, H6 a:active, H6 a:hover {
    color: #005fa8;
    text-decoration: underline;
}
.leftpane p {
  margin: 10px 0;
}
.guestbook_item {
padding-bottom: 10px;
}
.guestbook_date {
  font-family: Trebuchet MS, Verdana, Helvetica;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #255777;
}
.guestbook_name {
font-family: Trebuchet MS, Verdana, Helvetica;
font-size: 13px;
font-weight: bold;
color: black;
}

