.guestbook {
  background: transparent;
  border: none;
  border-bottom-color: #343434;
  border-left-color: #505050;
  border-right-color: #343434;
  border-top-color: #505050;
  border-left-width: 1px;
  border-bottom-width: 2px;
  border-top-width: 1px;
  border-right-width: 2px;
  padding-bottom: 27px;
}

.style1 {
  font-size: 14px;
  border-top-width: thin;
  border-right-width: 3px;
  border-bottom-width: thin;
  border-left-width: 3px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: #000000;
  border-right-color: #BBBBBB;
  border-bottom-color: #000000;
  border-left-color: #BBBBBB;
  background-color: transparent;
  width: 100%;
  height: 100%;
  background-position-x: center;
  background-position-y: top;
}

body {

  background-color: #66792A;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background-attachment: fixed;
  background-image: url(bk.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-position-x: center;
  background-position-y: top

}


hr {
  color: #CBC39C;
  width: 80%;
}

table {
  font-size: 14px;
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  border-top-width: thin;
  border-right-width: thin;
  border-bottom-width: thin;
  border-left-width: thin;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;

}

a:link {
	color: #CBEE6F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
    color: #CBEE6F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}