/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 70%;
}

a{
	color: #A8BB22;
	text-decoration:none;
}

a:hover{
	color: #A8BB22;
	text-decoration:underline;
}

#currentleader
{
	font-size: 110%;
	color: #666666;
	text-align: left;
	line-height:150%;
	position: absolute;
	top: 250px;
	left: 30px;
	width: 350px;
	font-size: 120%;
}

#currentleader strong
{
	color: #A8BB22;
}

#scoretable
{
	color: #666666;
}

.bolded
{
	font-size: 115%;
	font-weight: bold;
	color: #003C68;
}

p#intro
{
	position: absolute;
	top: 190px;
	left: 30px;
	width: 350px;
	line-height: 150%;
}