.guestBookEntry {
  background-color:#FFCC99;
  color:#333333;
  width:800px;
  border:1px solid #333333;
  padding:5px;
}

a.guestBookLink {
  color:#000000 !important;
  text-decoration:underline;
}

a.guestBookLink:hover {
  color:#FF6600 !important;
  background-color:#333333 !important;
}

.guestBookInput {
	width:318px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}
