	p.winner {
		color: #3e77c4;
	}
	input {
		width: 40px;
		border: none;
		background-color: #e9e9e9;
		text-align: center;
		font-weight: bold;
	}
	input.button {
		width: auto;
		border: solid 1px #000;;
		padding: 4px;
		margin-left: 10px;
	}
	form {
		background-color: #aaa;
		padding: 5px;
		margin: 0px;
		border-bottom: solid 1px #999;
	}
	body {
		margin: 0px;
		background-color: #fff;
	}
	h1, p {
		font-family: arial;
		margin-left: 40px;
	}
	p {
		font-size: 9pt;
	}
	h1 {
		font-size: 14pt;
		margin-top: 40px;
	}
	strong {
		display: block;
		width: 110px;
		float: left;
		text-align: right;
		padding-right: 10px;
	}

	#footer {
		margin-top: 40px;
		margin-bottom: 40px;
		color: #999;
	}
	
	a {
		color: #000;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}