a:link { 
	color: #a5acb2;
	}
a:visited { 
	color: #a5acb2;
	}
a:hover{
	color: #ffffff;
}


			body
			{
				color: #a5acb2;
			}


			TD.buttonsSpace
			{
				width: 30px;
				empty-cells: show;
				
			}
			TABLE.but
			{
				position:relative;
				top:0px;
			}
			TABLE.board
			{
				cursor:crosshair;
			}
			TD.board 
			{
				border: #a5acb2 1px solid;
				empty-cells: show;
			} 
			TD.button
			{
				cursor:pointer;
				border: #a5acb2 1px solid;
				color: #a5acb2;
				font-family: arial, verdana, ms sans serif;
				font-size: 8pt;
				padding-left:10px;
				padding-right:10px;
			}
			TD.levelChoice
			{
				background-color:#a5acb2;
				color:#ffffff;
			}