h1 {
	text-align: center;
    font-family: Tahoma,"MS UI Gothic",Osaka,sans-serif;
}

table {
	margin: 10px 0px;
	width: 100%;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-collapse: collapse;
	}

td {
	padding: 3px 5px;;
	border-right: 1px solid #ccc;
	}

th {
	padding: 0.5em;
	background: #f6f6f6;
	color: #333;
	line-height: 130%;
	border-right: 1px solid #ccc;
	border-bottom: 3px double #ccc;
	white-space: nowrap;
	}

.alt {
	background: #ddffff;
}

#first {
	text-align: center;
	font-weight: bold;
	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;
}

#current {
	background: #ff0;
}

#error {
	color: #f00;
}
