body
{
	font-size: 82%;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFE2;
	color: #000000;
}

a
{	
	color: Black;
}
a:hover
{
	color: Black;
}

td
{
	font-size: 82%;
}

hr.entry
{
	width: 90%;
	margin-top: 10px;
}
	
.guestbook
{
	width: 600px;
}

.message
{
	font-weight:bold;
	margin: 8px 0;
}

.user
{	
	text-align: left;		
}

.date
{		
	text-align: left;		
	font-variant: small-caps;
	font-size: 87%;
}

.editlink
{
	color: Blue;
}

.moderation
{
	width: 640px;
}

.messagesOK
{	
	width: 600px;	
	padding: 20px;
	background: #D6FFD6;
}

.messagesJunk
{
	width: 600px;
	padding: 20px;
	background: #FFD6D6;
}

.messagesOK textarea, .messagesJunk textarea
{	
	clear:both;
	width: 100%;
}

#footer
{
	margin: 40px 0;
	text-align: center;
}
