#Sudoku h2 img {
	position: absolute;
	top: 0px;
	left: 0px;
}
	
#Sudoku h2 {
	position: relative;
	height: 19px;
	font-weight: bold; 
	font-size: 12px; 
	color: #ffffff; 
	text-align: left; 
	background-color: #336699; 
	padding: 4px 0px 0px 220px; 
	margin: 0px; 
	overflow: hidden; 
}

#Sudoku h3 {
	height: auto;
	border-top: 1px dashed black;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	background: none;
	margin: 20px 0px 5px 0px;
}

#Sudoku p img {
	margin-right: 5px;
	margin-bottom: 5px;
}
