.header {
	color: browm;
	font-family: verdana;
	font-weight: bold;
	font-size: 16px;
	align: center;
}

.question {
	color: black;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	padding-left: 5px;
}

.answer {
	color: black;
	font-family: verdana;	
	font-size: 10px;
}


.options {
	padding-left: 15px;
	font-family: verdana;	
	font-size: 10px;
}

.cross {
	cursor:hand;
	cursor:pointer;
}


#polldiv {
	color: red;
}

#vote {
	cursor:hand;
	cursor:pointer;
}

#showdiv {
	display: none;
	color: browm;
	font-family: verdana;
	font-weight: bold;
	font-size: 16px;
	align: center;
	cursor:hand;
	cursor:pointer;
}