/*
// Copyright 2000-2004 Larch Networks
// @(#) $Id: guestbook.css 25 2009-04-13 01:11:52Z lars $
*/
.mapleGuestbookDiv{
 text-align: center;
 margin-top: 5px;
}

.mapleGuestbookEntry {
 border: none;
 border-top: solid 1px black;
 width: 95%;
 margin-top: 0px;
 margin-bottom: 5px;
 text-align: left;
}

.mapleGuestbookEdit {
 border: none;
 width: 100%;
}

.mapleGuestbookName {
 text-align: left;
}

.mapleGuestbookDate {
 font-size: 7pt;
}

.mapleGuestbookLink {
 text-align: center;
}

.mapleGuestbookLink  A{
 text-decoration: none;
 color: black;
}