.guestbookitem
{
   border: 1px dotted silver;
   margin: 10px 10px 10px 10px;
   padding: 10px;
}
.guestbookdate
{
   display: block;
   background-color: #CCCCCC;
   text-align: right;
   color: #000000;
   font-weight: bold;
   font-size: 80%;
}
.guestbooknavigation
{
   padding-bottom: 5px;
   margin-bottom: 5px;
   border-bottom: 1px solid silver;
   text-align: center;
}
.guestbooknavigation a
{
   text-decoration: none;
   padding-left: 10px;
   color: #000000;
}
.guestbooknavigation a:hover
{
   text-decoration: underline;
   padding-left: 10px;
   background-color: #CCCCCC;
}