/* $Id: index.css,v 1.7 2010/03/12 23:28:11 pwh Exp $ */
/* Style sheet for the soduku solver. */


body {

	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	background-color: #E8F0FF;
	text-align: center;
}


.centered {

	text-align: center;
}


div.auto {

	position: relative;
	margin: 0 auto;
}


div.border {

	position: absolute;
}


div.columns {

	position: absolute;
	width: 264px;
	height: 100%;
	margin: 0;
	text-align: left;
}


div.frame {

	position: relative;
	height: 100%;
	margin: 0 0 4px;
	background-color: #D0E0FF;
	overflow: auto;
}


div.margins {

	position: relative;
	margin: 8px;
}


img {

	position: absolute;
}


h1 {

	font-family: sans-serif;
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: 3pt;
}


h2 {

	font-family: sans-serif;
	font-size: 16pt;
	font-weight: bold;
        color: #002060;
}


.date {

	font-family: sans-serif;
	font-size: 8pt;
}
