#questionSubmit 
{
	background-color: Aqua;
	border: outset 10px blue;
text-align: center;
width: 120px;	
margin-left: 60px;
}

.qzPageBox {
border: ridge 4px blue;
padding: 10px;
}

.questionText {
	font-size: larger;
font-weight: bold;
margin: 5px;
}

.inputtext{
width: 200px;
}
