/* Start of CMSMS style sheet 'Guestbook (default/example stylesheet)' */
.cms-guestbook {
  font-family: georgia, times; 
  font-size: 10pt;
}

 /* Style pagination */

.cms-guestbook-pagination_header {
	margin: .5em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
	/*border: 1px solid black;*/
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	/*background: black;*/
	color: black;
	border-bottom: 1px solid red;
	margin: 1px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	/*background: white;*/
	padding: .5em;
        margin-top: -15px;
        margin-bottom: -10px;
	color: black;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	font-size: smaller;
}

/* Style message header links 
.cms-guestbook-entry-header a {
	color: black;
} 
.cms-guestbook-entry-header a:hover {
	color: black;
} */
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
	font-size: smaller;
}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
	font-size: smaller;
	margin: 2px;
	margin-bottom: 0;
}

/* End of 'Guestbook (default/example stylesheet)' */

