/* vi: set syntax=css:

$Id$

*/

table.ofGuestBook {
	color: #bbac80;
	font-size: 8pt;
	font-weight: normal;
	margin-top: 10px;
}

p.EntryDate {
	color: #bbac80;
	font-size: 8pt;
	font-weight: normal;
}

td.EntryBody {
	color: black;
	font-size: 8pt;
	font-weight: normal;
}