body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/* 
	font-family:Comic Sans MS, sans-serif;
	background: white;
	*/
	background: #e8f0f4;
}
table {
	border-collapse:collapse;
}
table, th, td {
	border: 1px solid black;
	padding:8px;
	background: white;
}
th {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:silver;
	color:black;
	font-style:italic;
}
tr.newplace td {
	color:red;
}
h2 {
	font-family:Helvetica, sans-serif;
	color:black;
}
	
h3 {
	font-family:Helvetica, sans-serif;
	font-style:italic;
	font-size:1em;
}
p {
	font-family:Helvetica, sans-serif;
	font-size:.75em;
}
#newentry {
	color:red;
}
