	body{
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-image:url();
	background-repeat:no-repeat;
	padding-top:0px;
	overflow:hidden;
	background-color: #000000;
	}
	h1{
	margin-top:10px;
	margin-bottom:5px;
	padding-bottom:5px;
	padding-left:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}	
	#sudoku{
	position:absolute;
	left:29px;
	top:250px;
	border: 4px;
	border-color: #990000;
	}
	#gameOptions{
	position:absolute;
	left:520px;
	top:250px;
	width:120px;
	height:450px;
	border:4px solid #990000;
	background-color:#FFFF66;
	padding-left:10px;
	font-size:11px;
	padding-right: 10px;
	text-align: center;
	}

	#gameOptions ul{
		padding-left:0px;
		margin-left:0px;
		margin-top:0px;
	}

	#gameOptions a{
		color:#FF0000;
		text-decoration:none;
	}
	#gameOptions a:hover{
		
		color:#317082;
		text-decoration:underline;
	}
	
	#gameOptions li{
		list-style-type:none;
	}
	.sudoku{
		width:456px;
		height:456px;
		border:2px solid #000;
		
	}
	.sudokuSquare,.sudokuSquareHighlighted{
		width:46px;
		height:46px;
		float:left;
		border:1px solid #000000;
		padding:1px;
		line-height:46px;
		font-size:30px;
		text-align:center;		
		background-color:#FFF;
		cursor:default;
	}
	.sudokuSquareHighlighted{
		border:2px solid #317082;
		width:46px;
		height:46px;		
		padding:0px;
		background-color:#E2EBED;
	}
	
	.sudokuSection{
		width:150px;
		height:150px;
		border:1px solid #000000;
		float:left;
	}
	.gameRules li{
	font-size:10px;
	margin-left:0px;
	padding-left:0px;
	}
	#hintDiv{
		position:absolute;
		width:52px;
		height:60px;
		background-image:url('images/hintArrow.gif');
		background-position: bottom left;
		background-repeat:no-repeat;
		display:none;	
		margin-left:1px;	
		
		
	}
	#hintDivInner{
		width:44px;
		height:44px;
		border-top:2px solid #000;
		border-left:2px solid #000;
		border-right:2px solid #000;
		font-size:11px;	
		padding:2px;
		background-color:#FF0000;
		color:#FFF;
	}
	
	.style1 {
	font-size: 12px;
	font-weight: bold;
}
