/* form validations *//* Validation styles */
.error {
  font-size: 1em;
  color: #f00;
  margin-top: .25em;
  margin-bottom: 1ex;
  font-weight: bold;
}

ul.choices{
	list-style-type: none;
	margin-left: -2.5em;
}

h1.result{
	color: #c00;
}

#navigarion {
	padding:10px 0 5px 50px;
	text-align:left;
}