@charset "utf-8";

.body {
	width: 80%;
	background-color: #F5F5F5;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 12px;
}


h1 {
	font-size: 2em;
}

#number1 {
	margin-left: 15px;

}

#number2 {
	margin-left: 10px;

}

#answer {
	font-weight: bold;
}

div {
	margin-left: 10%;
}

