/*
 *	phatStat © Copyright Detonater @ sweRTCW.com 2003
 *	See phatstat.nfo for more information.
 */

@charset "iso-8859-1";
body, table, td {
	SCROLLBAR-FACE-COLOR: black; 
	SCROLLBAR-ARROW-COLOR: white; 
	SCROLLBAR-TRACK-COLOR: white; 
	SCROLLBAR-SHADOW-COLOR: white; 
	SCROLLBAR-HIGHLIGHT-COLOR: white; 
	SCROLLBAR-3DLIGHT-COLOR: black; 
	SCROLLBAR-DARKSHADOW-COLOR: black;

	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}

.tiny {
	font-family: Verdana;
	font-size: 1px;
}

.top {
	border-bottom: 1px dotted gray;
}
.middle {
	border-left: 1px dotted gray; 
	border-right: 1px dotted gray;
}
.bottom {
	border-top: 1px dotted gray;
}

.players {
	font-weight: bold;
	filter: glow(color='black', strength='2');
}

a:link, a:visited, a:active {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-decoration: none;
} 
a:hover {
	text-decoration: underline;
}	