body{ background-color: #f8f8f8;
	color: #000000;
	font-family: Arial, sans-serif;
	font-weight: bold;
	
	}
	
/* unvisited link */
a:link {
    color: #5890CD;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: #5890CD;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #3870FF;
	text-decoration: none;
}

/* selected link */
a:active {
    color: #0000FF;
	text-decoration: none;
}	

table{font-size: 1.2em;
	margin-left: auto;
    margin-right: auto;}

td.candidate{ width: 340px; }

td.percent{ width: 380px; }

td.votes{ width: 50px; }

div.stats{ font-size: .9em;
	text-align: center;
	margin-left: auto;
    margin-right: auto;}
	
span.racetitle{ font-size: 2em; 
}

div#navigation{
	background-color: #f8f8f8;
	position: fixed;
	top: 0px;
	width: 100%;
	text-align: center;
	margin-left: auto;
    margin-right: auto;}

div.resultsbox {
	background-color: #f8f8f8;
    margin-top: 25px;
    font-size: 1.2em;
    text-align: center;
    transition: opacity 1s;
    -moz-transition: opacity 1s; /* Firefox */
    -webkit-transition: opacity 1s; /* Safari and Chrome */
    -o-transition: opacity 1s; /* Opera */
}
