

.player
	{
	position: absolute;
	z-index: 2;
	font-size: 32pt;
	color: #93CCFF;
	font-family: verdana;
	left: 675px;
	top: 52px;
	font-weight: bold;
	}

.game
	{
	position: absolute;
	z-index: 3;
	font-size: 19pt;
	color: #DBEEFF;
	font-family: verdana;
	left: 675px;
	top: 100px;
	font-weight: bold;
	}



.data
	{
	position: absolute;
	width: 500px;
	}

.intro
	{
	position: absolute;
	left: 520px;
	top: 17px;
	}
	
.stats
	{
	font-family: verdana;
	color: #70BCFF;
	font-size: 10pt;
	z-index: 1;
	}

.stats	a:link
	{
	color: #FFFFFF;
	text-decoration: none;
	}

.stats	a:visited
	{
	color: #B7DDFF;
	text-decoration: none;
	}

.stats	a:hover
	{
	color: #FFFFFF;
	text-decoration: underline;
	}

.pic
	{
	position: relative;
	left: 4px;
	top: 1px;
	}
