/* Guestbook Styling */

h2.gName {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #000000;
}

table.gTbl {
	padding: 10px;
	border-spacing: 10px;
}

table.gTbl th {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000099;
	font-size:larger;
}

tr.c1 td {
	background-color: #F0F0FF;
}

tr.c2 td {
	background-color: #ECF3FF;
}

tr.bb td {
	background-color: #000000;
	border: 1px solid #000099;
	text-align: center;
	width: 33%;
}

table.entTbl {
	background-color: #000000;
	border: 2px solid;
	width: 600px;
	
}

table.entTbl td {
	text-align: center;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

