
#board {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px solid #000;
}



#board td {
	//width: 100px;
	//height: 100px;
	text-align: center;
	border: 3px solid #ccc;
	background-color: #fff;
	

    BORDER-RIGHT: #ccc 1px solid;
    BORDER-TOP: #000 2px solid;
    BORDER-LEFT: #000 2px solid;
    BORDER-BOTTOM: #ccc 1px solid;
    BORDER-STYLE: inset;

}


#board td {
	width: 80px;
	height: 80px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #fff;
	

    BORDER-STYLE: none;

}


#board TD A
{
    DISPLAY: block;
    WIDTH: 64px;
    HEIGHT:64px

}

.score
{
	font-family: tahoma, verdana, arial;
	font-size: 36px;
	color: #ccc;	
	padding-top: 0px;	

}


.total
{
	
	color: #c66;
	font-size: 36px;	
	
	height: 1em;
	filter: Shadow(Color=#666666, Direction=135, Strength=3);
	padding-right: 2px;
	padding-top: 0px;	
}

.help
{
	font-family: courier, tahoma, verdana, arial;
	font-size: 14px;
	color: #999;	

}

.rubrik{

	font-family: courier, tahoma, verdana, arial;
	font-size: 20px;
	color: #999;
	font-weight: bold;	
	text-align: right;
	line-height: 16px;
}

.shadow {
	height: 1em;
	filter: Shadow(Color=#666666, Direction=135, Strength=2);
	padding: 2px;	
}

.hiscorehead{
	font-family: courier, tahoma, verdana, arial;
	font-size: 24px;
	font-weight: bold;	
	color: #333;
}

.hiscore{
	font-family: courier, tahoma, verdana, arial;
	font-size: 16px;
	color: #333;

}

.InfoText{
font-family: courier; 
font-size: 16px;
padding-right: 4px;
padding-left: 4px;
padding-top: 4px;
padding-bottom: 4px;



}