@charset "utf-8";
/* CSS Document */

body {
	background-color:	#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

table {
	font-size: 80%;
}

th {
	color: #33FF00;
}

td {
	padding: 2px;
}

.win {
	color: #FF0000;
	font-weight:bold;
}

.loss {
	color: #0066FF;
	font-weight:bold;
}

.tie {
	color:#996600;
	font-weight:bold;
}

.bye {
	color:#666666;
	font-weight:bold;
}

#allcontent {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #33CCFF;
}
a:active {
	text-decoration: none;
	color: #33CCFF;
}

