body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 62.5%;

}

#title {	
	font-size: 1.4em;	
	color: #00529C;
	font-weight: bold;
	margin-bottom: 3px;
}

#question {	
	font-size: 1.2em;
	margin-bottom: 5px;
}

#answers {		
	font-weight: bold;	        
}

.text {
	font-size: 1.2em;
	clear: both;
	margin-bottom: 3px;
}

form {
	margin: 5px, 5px, 5px, 5px;	
}

.submit {	
	border: 0;
	background: white;
	color: #00529C;
	cursor: hand;
	text-decoration: underline #00529C;
	padding: 0;	
	
}

#results {
	margin: 5px, 5px, 5px, 5px;	
}

#chart{
	margin-bottom: 5px;
}


