body {
	margin: 5px 0 0 0;
	font-family: Arial;
	text-align: center;
}

a, a:vistited {
	color: navy;
}

p {
	clear: both;
}

#dice {
	padding-left: 2px;
}

#dice div {
	float: left;
	width: 60px;
	height: 70px;
	text-align: center;
	font-size: 7pt;
	margin-right: 2px;
	font-weight: bold;
}

#dice img {
	border-style: none;
}

#rolldice {
	font-size: 24pt;
	padding: 2px 30px;
	margin-top: 5px;
}

#scores {
	margin-top: -10px;
	width: 320px;
	font-size: 18pt;
}

#scores button {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 150px;
	margin-bottom: 2px;
	font-size: 12pt;
	background-color: darkred;
	color: yellow;
}

#scores div {
	float: left;
	width: 160px;
}

#footer {
	font-size: 10pt;
	padding: 10px 0 0 0;
	margin: -5px 0 0 0;
}
