.guestbook {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.guestbook_entry{
	margin-left:auto;
	margin-right: auto;
	width:750px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.guestbook_name{
	font-weight: bold;
	color: #FF0000;
}
.guestbook_text{
}
.admin {
	font-size: 12px;
	color: #FF0000;
}
#guestbook_page{
	float:left;
	background-color: Silver;
	width: 100%;
	text-align: center;
}
#guestbook_page a{
	font-size: 12px;
	font-weight: bold;
	
}
.guestbook_page_active{
	color: #FF0000;
}
