/* CSS Document */
.guestbooktitle {
font-family: "Trebuchet MS";
font-size: 24px;
color: #FF6600;
}
.postinfo {
font-family: "Trebuchet MS";
font-size: 12px;
color: #666666;
}
.topborder {
border-top: 1px solid navy;
width: 570px;
height: 1px;
}
.mainfont {
font-family: "Comic Sans MS";
font-size: 16px;
color: #003366;
}
.bottomborder {
border-top: 2px solid gray;
width: 570px;
height: 1px;
margin-top: 2px;
}