BODY {
	background-color: #ffffff;
	color: #000000;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;

	text-align: center;
}

.title {
	font-size: 150%;
	font-weight: bold;
}

.result {
	font-size: 1250%;
	font-weight: bold;
	margin: 100px;
}

.summary {
	font-size: 80%;
	color: #666666;
}

.error {
	color: red;
}
