body {
	color: #555;
	background: #efefef;
	font-family: Arial;
	font-size: 13px;
	line-height: 1.6em;

	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.comment-body {
	clear: both;
	padding: 5px;
	font-family: Arial;
	font-size: 12px;
}

.comment-body p {
	clear: both;
	font-family: Arial;
}
.comment-form-url input,
.comment-form-email input,
.comment-form-author input
{
	width: 75%;
}


h1 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 2.0em; /* = 42px */
}

.slickQuizWrapper .question > h3 p {
    display: inline-block;
    margin: 2px;
    color : blue;
    font-family: Arial;
   font-size: 16px;
}


ol.questions, ul.answers, ul.responses, ol.questions li, ul.answers li, ul.responses li {
    font-family: Arial;
   font-size: 14px;
    color : navy;
    margin: 5px;
}