body {
	background: #804080;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	margin: 10px;
	padding-bottom: 10px;
}

a:link {
	color: #805980;
	text-decoration: none;
}

a:hover {
	color: #805980;
	text-decoration: none;
}

a:active{
	color: #805980;
	text-decoration: none;
}

a:visited {
	color: #805980;
	text-decoration: none;
}



.log {
	font-family: Arial;
	font-size: 12px;
	background:#C0CC8F;
	color: #738040;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	margin-bottom: 20px;
	border: 2px solid #CFE673;
	text-align: left;
	width: 450px;
	padding-bottom: 10px;
}

#log {
	position: absolute;
	left: 100px;
	top: 100px;
	z-index: 2;
}

#title {
	position: absolute;
	left: 100px;
	top: 20px;
	z-index: 2;
}

.beaten
{
	background: #004B06;
	background-image:url(win.gif);
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
}

.stalled
{
	background: #662371;
	color: #FFFFFF;
	background-image:url(queue.gif);
	padding-left: 15px;
	padding-right: 15px;
}

.current
{
	background: #6699CC;
	background-image:url(current.gif);
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
}

.box
{
	background: #ACBF60;
	padding: 10px;
	border: 1px solid #E1E6CF;
}


.bkline
{
	padding: 2px;
	background: #000000;
	color: #FFFFFF;
}

.currenttext {
	color: #000000;
}