body{
	background:  url('bg2.png') repeat-x #E3B9FF;
	margin: 0;
	padding: 0;
}

table.stats
{
	font: 76%/160% Tahoma, Verdana, Arial,sans-serif;
	font-size: 10pt;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	background-color: #68228B;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 4px;
	width: 600px;
}

table.stats tr
{
/*background-color: #FF7742;*/
	padding: 4px;
	line-height: 1.5em;
}

table.stats td
{

  border: 1px #000 solid;
}


table.stats tbody tr:hover{
    background: #2E0854;
    color: #FFF;

}


table.stats th
{
background-color: #000/*#E34234*/;
color: #fff;
padding: 4px;
border: 1px #000 solid;
font-size: 10pt;
font-weight: bold;
width: auto;
}
