html {
	background-color:#d0d0d0;
}

body{
	width:80%;
	margin:auto;
	background-color:#dfe;
	padding:1em;
	border-radius:1em;
	margin-top:2em;
}

h1 {
	text-align:center;
}

form {
	margin-top:0.5em;
	text-align:center;
}

table#toplist{
	width:70%;
	margin:auto;
}

table#toplist th {
	text-align:left;
	border-bottom:2px solid #ccc;
}

#status {
	margin-top:3em;
	width:100%;
	text-align:right;
	font-size:90%;
	font-style:italic;
}

#explain{
	text-align:center;
}
