﻿.PollPage
{
	 background-color:#004b96;
}
.PollQuestion
{
	font-weight:bold;
}
.PollAnswer
{
	cursor:hand;
	color: White;	
	text-decoration: underline;
}
.PollAnswer:hover
{	
	color:#9e948d;	
}
.PollAnswerText
{
	
}
.PollAnswerLink
{
	
}