body {
font-family:verdana;
background:#C0E6F8;
}

.hidden {
display:none;
}

.qtidiv {
padding:0;
margin:2px;

}

.commentdiv {
padding:4px;
margin:4px;
color:#4A5083;
}

.correct {
color:green;
}

.incorrect {
color:red;
}

.box {
text-align:center;
font-size:9px;
float:left;
width:24px;
height:14px;
background:white;
border:2px solid black;
padding:3px;
margin:3px;
}

.boxcorrect {
background:green;
color:white;
}

.boxincorrect {
background:red;
color:white;
}

#buttonDiv {
margin:10px 0 0 8px;

}

input.but1 {
cursor:pointer;
background:white;
}
