/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	color:#99AABA;
	font-size: 70%;
}

a{
	color: #99AABA;
	text-decoration:none;
}

a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}

#currentleader
{
	font-size: 110%;
	color: #003C68;
	text-align: left;
	line-height:150%;
}

#scoretable
{
	color: #003C68;
}

.bolded
{
	font-size: 115%;
	font-weight: bold;
	color: #003C68;
}