html, body {
	height: 100%;
	overflow: hidden;
	font-size: 13px;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;	
	color: #313131;
}

div.column {
	float: left;
	width: 33%;
}

div.column div {
	margin: 10px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 32px;
	color: #A6135A;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
}


#calculate-button {
	background: #A6135A;
	border: 1px solid #000;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

#box1, #box2, #box3 {
	border: 1px solid #666;
	width: 70px;
}