.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
}
.surveyBox {
    height:300px;
    width:600px;
    border:1px solid #ccc;
    padding: 5px;
    overflow:auto;
}