@charset "utf-8";
/* CSS Document */
body {
	background-color: gray;
}
.voted {
	color: #000000;
	font-weight: bold;
	font-family: arial;
	font-size: 17px;
}
.winnerText {
	color: #0000000;
	font-family: arial;
	font-weight: bold;
	font-size: 24px;
}
.winnerText a{
	color: blue;
	font-family: arial;
	font-weight: bold;
	font-size: 20px;
}	
.footer {
	color: #FFFFFF;	
	font-family: arial;font-family: arial;
	font-size:12px;
}
.footer a {
	color:#FFFFFF;
	font-family: arial;
	font-weight:bold;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}