body
{
font-family: verdana, sans-serif;
text-align: center;
}

img.meter {
	/*border: 3px dashed #6495ED;*/
}

p {
text-align: justify;
}

h2, h3 {
text-align: center;
}

#vote {
	border: 1px dashed black;
	width: 60%;	
	background-color: #6495ED;
	text-align: center;
	margin: auto;
}

#vote p {
	width: 50%;
	margin: auto;
}

a {
	text-decoration: none;
	color: blue;
	font-weight: bold;
}

a:hover {
	border-bottom: 1px dashed blue;	
}

