body
{
	font-family: tahoma, sans-serif;
	padding-top: 60px;
	padding-bottom: 60px;
	background: url("ui/background.png");
}

.bigname  {font-weight: bold; font-size: 162%;}

div.header
{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background: url("ui/headerbg.png"); // //rgb(96,39,153);
	background-repeat: repeat-x;
	color: white;
	text-align: center;
	padding: 6px;
	
	font-size: 162%;
	font-weight: bold;
}
 
.poscol
{
	width: 48px;
	height: 114px;
	text-align: right;
	font-size: 162%;
	font-weight: bold;
}

.poscolh
{
	width: 48px;
	height: 57px;
}

.piccol
{
	width: 108px;
	text-align: center;
}

.dude
{
	width: 348px;
	text-align: left;
}

.wincol
{
	width: 72px;
	text-align: center;
	font-size: 162%;
	font-weight: bold;
}

.losscol
{
	width: 72px;
	text-align: center;
	font-size: 162%;
	font-weight: bold;
}

.pointcol
{
	width: 108px;
	text-align: center;
	font-size: 162%;
	font-weight: bold;
}

a:link {color: #FFFFCC;}
a:visited {color: #FFD3CC;}

table
{
	color: #EEEEEE;
	background: url('ui/tablebg.png');
	border-collapse: collapse;
}

table.h
{
	color: #EEEEEE;
	background: url('ui/tablehbg.png');
	border-collapse: collapse;
}
