body { 	
	background-color: #DEDDED;
	font-family: Arial, Helvetica, sans-serif;
}
a{color: #0080FF}
a:hover{ color: #FC220A}

.header {
	font-size: 18px;
	font-weight: bold;
}


#nav  { 
	margin-top:20px;
	font-weight: bold; 
	color: #000000;
	display: block;  
	background-color: #DEDDED;
	width: 180px; 
	height:30px;
}

#nav td{
margin-left:15px;}

#nav a { 
	text-decoration: none; 
	display: block;  
	background-color:#FCFDD1;
	width: 180px; 
	height:30px;
	/*width: 100px; 
	text-align: left;
	height:20px;*/
}

#nav a:hover{ background:#FFFC99; }


#board a{ 
	display: block;  
	width: 36px; 
	height:36px;
}

#board .piece a:hover{ background: #FF0000; }
.wrong a:hover{ background: #FF0000; }