body {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #CCCCCC;
   background-image: url(navimages/background.jpeg);
   }
img {
   border: 0; 
   border-style: none;
   }
.gbthumb {
   border: 0; 
   border-style: none; 
   text-align: right;
   width: 100px;
   height: 100px;
   }
.gbentry {
   display: table;
   width: 100%; 
   height:102px; 
   border-bottom:1px solid #CCC; 
   padding-bottom: 4; 
   padding-top: 8; 
   }
.gbleft {
   float: left; 
   width: 102px; 
   }
.gbright {
   float: right; 
   width: 416px;
   }
.guestbookhead {
   left: 0; 
   width: 416px;
   white-space: nowrap;
   }
.guestbookname {
   float: left; 
   top: 0; 
   font-size: 0.8em; 
   font-weight: 800; 
   text-align: left;
   width: 33%;
   }
.guestbookdate {
   width: 100%;
   text-align: right; 
   top: 0;
   font-size: 0.8em; 
   font-style: italic;
   }
.guestbookbody {
   height: auto; 
   font-size: 0.8em; 
   font-style: normal; 
   text-align: left; 
   width: 416px; 
   white-space: normal;
   }
.guestbookremove {
   top: 0; 
   font-size: 11px; 
   font-style: normal;
   text-align: right; 
   width: 50%;
   }
a.guestbookremove {
   text-decoration: none;
   color: white;
   }
a.gbnavlink {
   text-decoration: none;
   }
input.guestbookinput{
   border-style: solid 1px;
   font-size: 0.8em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   width: 100%;
   }
textarea.guestbookinput{
   border-style: solid 1px;
   font-size: 0.8em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   width: 100%;
   }
hr {
   height: 1px; 
   color: gray;
   }