html {
    margin:0;
    padding:0;
    background:#FFFFFF;
    color:#000;
    }
h3{
	color:#000;
}
#header {
	display: inline;
}
#headerHC{
	display: none;
}
#nav{
	display: none;
}
#styleControl{
	display:none;
}
#sudokuStatus{
	display: none;
}
#footer{
	display: none;
}
#main {
	margin-right:0px;
	margin-left:0px;
	padding-left:20px;
}
#sidebar {
	float: none;
	clear: left;
	width: auto;
}
#wrap{
	border: none;
}
#sudoku{
	width:630px;
}

#sudoku div {
	background:#fff;
	border:1px solid #000;
	width:65px;
	height:60px;
	font-family: Verdana;
	font-size:2.8em;
	text-align: center;
	vertical-align: middle;
	margin-top:0px;
	}
#sudoku .redge
{
	border-right: 5px solid #101010;
}
#sudoku .bedge
{
	border-bottom: 5px solid #101010;
}
#sudoku .tedge
{
	border-top: 5px solid #101010;
}
#sudoku .ledge
{
	border-left: 5px solid #101010;
}

.controlsInfo{
	display: none;
}
#printNote{
	display: inline;
}