body {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 10px;
}

h1 {
	font-size: 14px;
}

th {
	background-color: #387acc;
	font-weight: bold;
	padding: 3px 5px;
	border-bottom: 1px solid white;
	text-align: left;
	color: white;
	font-size: 12px;
}

tr {
	background-color: #eaeaea;
}

td {
	padding: 3px 5px;
	border-bottom: 1px solid white;
}

tr:hover {
	background-color: silver;
}
