body {
background-color: #FC6;
color: #630;
font: normal normal normal 100.01%/1.4 sans-serif;
}

div#distance {
background-color: #FC6;
}

div#box {
	font-family: verdana, arial, helvetica;
	background-color: #FF9;
	border: 1px solid white;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C93;
	border-bottom-color: #C93;
	border-left-color: white;
	border-top-color: white;
	margin: auto;
	margin-top: 100px;
	text-align: center;
	width: 250px;
	padding: 10px;
}
