﻿



.guestbook .comment
{
    padding-top: 8px;
    color: #5588AA;
    font-style: italic;
}

.guestbook .entry
{
    padding-bottom: 36px;
}
.guestbook .name
{
    font-family: Georgia,Times,serif;
    color: #940F04;
    font-size: 19pt;
}
.guestbook .date
{
     color: #999999;
    font-size: 8pt;
    letter-spacing: 0.2em;
    line-height: 1.4em;
   margin: 1.5em 0 0.5em;
    text-transform: uppercase;
}
.guestbook .text
{
    line-height:1.4em;
}

