body {
	font-family: "Rockwell Extra Bold", "Rockwell Bold", monospace;
    font-size: 16px;
    letter-spacing: 2px;
    background-color: #ffe9b8;
    color: #4d2b1c;
}

header {
	padding: 20px 0;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

h1 {
	font-size: 30px;
	margin-bottom: 15px;
}	

h2 {
	font-size: 16px;
	line-height: 1.3;
}

#container {
	padding-left: 60px; 
    padding-bottom: 18px;
}

#score {
	font-size: 50px;
	text-align: center;
	margin-top: 50px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	margin-right: 60px;
}

#message {
	text-align: center;
	margin-top: 30px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	font-size: 30px;
	margin-right: 60px;
}

.question_box {
	margin: 10px;
	padding: 10px;
	width: 500px;
}

.question_text {
	width: 500px;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 18px;
	background-color: #ff913e;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

}

td {
	padding: 5px 0;
}

input {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
}

input[type="radio"] {
	margin: 0 10px 15px 40px;
}

#submit_btn {
	height: 38px;
	width: 100px;
	padding: 0;
	margin-left: 20px;
	font-size: 16px;
	color: #ffe9b8;
	background-color: #4d2b1c;
	letter-spacing: 1px; 
	cursor: pointer;
	vertical-align: middle;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border: none;
}

#submit_btn:active {
	background-color: #cf1800;
}

footer {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     height: 18px;
}

#links_container {
	text-align: right;
}

a {
	text-decoration: none;
	color: #cf1800;
	padding: 20px;
}

















