.genText {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px
	color: black;

}

.size2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	color: black;
}


.errors {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.success {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: green;
}


.testQuestion {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px
	color: black;
}

.testAnswer {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px
	color: black;
}


