body {
	font-size: 62.5%;
	font-family: "Arial", "Helvetica", San-Serif;
}

tr.even td {
	background-color: #ddf0ff;
}

tr td {
	border-left: 1px solid #a8a8a8;
	border-bottom: 1px solid #a8a8a8;
}

table {
	border-right: 1px solid #a8a8a8;
	border-top: 1px solid #a8a8a8;
}

th {
	border-left: 1px solid #a8a8a8;
	border-bottom: 2px solid #a8a8a8;
	background-color: #e8e8e8;
}

div#notice {
	color: green;
	text-align: center;
}

div#page-content {
	width: 80%;
	margin: auto;
}