hr.bar
{
	color: blue;
	height: 15px;
}
span.question
{
	font-weight: bold;
}
td.percent
{
	width: 20%;
	font-weight: bold;
}
td.option
{
	width: 60%;
}
td.vote
{
	width: 20%;
	text-align: right;
}
td.totalVote
{
	font-weight: bold;
	text-align: right;
}
input.vote
{
	font-weight: bold;
}

a.archiveQuestion
{
}
table.archiveQuestion
{
}
td.archiveOption
{
}
td.archiveResults
{
}
td.archiveBar
{
	width: 300px;
	text-align: left;
}
hr.archiveBar
{
	color: Blue;
	height: 15px;
}