.pollquestion {
	font-weight: bold;
	background-color:blue;
	color: #454545;
}
.pollanswer {
	cursor:pointer;
	cursor:hand;
}
.pollanswervoted {
	background-color:blue;
	color: #454545;
}
.pollanswervotedpercentage {
	width:30px;
	text-align:right;
	font: bold 10px;
	color: #454545;
}
