a {
	color: #0075BB;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
hr {
	height: 0px;
	border: 0px;
	border-bottom: 1px solid #DADADA;
	margin: 5px;
	margin-left: 0px;
	

}
.poll {
	font-size: 12px;
	color: #333333;
}

.question{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 35px;
	}
	
.pollrow{
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	text-align: left;
	color: #666666;
	}
	
.totalvotes{
	width: 100%;
	text-align: right;
	color: #666666;
	}
	
.answer{
	width: 60%;
	float: left;
	margin-bottom: 10px;
	}

.percentage{
	width: 17%;
	float: left;
	margin-bottom: 10px;
	}
	
.votes{
	width: 23%;
	float: left;
	margin-bottom: 10px;
	color: #666666;
	}

.option{
	color: #333333;
	font-size: 12px;
	margin-bottom: 10px;
	}
	
