table {
	width:95%;
	border-collapse:collapse;
}
table td, table th {
	border: 1px solid;
	padding: 3px 7px 2px 7px;
	vertical-align: top;
}
table th {
	background-color: black;
	border: lightgray;
	color: white;
	padding-top: 5px;
	padding-bottom: 4px;
	text-align: left;
	text-shadow: 0 -1px 1px black;
}
table tr.alt td {
	background-color: lightgray;
	color: black;
}
