body {
	scrollbar-arrow-color: white;
	scrollbar-face-color: #FC0000;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-3dlight-color: black;
}



table {

	position: relative;
	left: 50%; 
	width: 710px;
	margin-left: -355px;
	padding: 0px 0px 0px 0px;
	border: silver 0px solid;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 16px;
}

td {
	background: #F5F5F5;
	text-align: center;
	color: black;
}


.head1 { 
	width: 10%;
	background: #FC0000;
	border-bottom: white 10px solid;
	font-weight: bold;
	color: white;   
}
.head2 { 
	width: 15%; 
	background: #FC0000;
	border-bottom: white 10px solid;
	font-weight: bold;
	color: white;  
}

.head3 { 
	width: 15%;
	background: #FC0000;
	border-bottom: white 10px solid;
	font-weight: bold;
	color: white;  
}
.head4 { 
	width: 10%;
	background: #FC0000;
	border-bottom: white 10px solid;
	font-weight: bold;
	color: white;  
}
.head5 { 
	width: 10%;
	background: #FC0000;
	border-bottom: white 10px solid;
	font-weight: bold;
	color: white;  
}
.head6 {
	width: 40%;
	background: #FC0000;
	border-bottom: white 10px solid;
	font-weight: bold;
	color: white;  
}


.win {
	background: #8FDF60;	
	color: white;
}

.loss {
	background: #FC9A8F;
	color: white;
}

.draw {
	background: #F4C680;
	color: white;
}

a:link.blink { color: black; text-decoration: none; }
a:visited.blink { color: black; text-decoration: none; }
a:hover.blink { color: red; text-decoration: none; }

a:link.wlink { color: white; }
a:visited.wlink { color: white; }
a:hover.wlink { color: red; }



