* {
	padding:0;
	margin:0;
}
body{
	text-align: left;
/*	background-image: url(/images/guitarBackground.jpg);
	background-repeat: 'repeat';*/
}
input.text{
	float: left;
	margin: .5em 1em 1.5em 2.3em;
	height: 1.6em;
	width: 75%;
}
input.button{
	padding: 4px 0;
	margin: 15px auto 0 auto;
}
label{
	display: block;
}
#content{
/*	float: left;*/
/*	width: 800px;*/
	margin: 1em auto 0 auto;
	text-align: center;
	padding: 1px;
}
input, select {
	background:transparent;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: red;
}
div#topnav {
	text-align: left;
	margin: 8px;
}
div#topnav a {
	border-style: double;
	border-width: 3px;
	border-color: white;
	background-color: #a0b0b0;
	color: white;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 16pt;
}
div#topnav a.activePageLink {
	border-color: #a0b0b0;
	background-color: white;
	color: #608060;
	font-weight: bold;
}
div#topnav a.linkToUs {
	border-style: none;
	border-width: 0px;
	border-color: white;
	background-color: transparent;
	color: #a0b0b0;
	font-size: 14pt;
	margin-left: 100px;
}
.cellInput {
	border: 1px solid black;
	width: 32px;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 28px;
	color: blue;
}
.cellInputThickTop {
	border-top: 3px solid black;
}
.cellInputThickBottom {
	border-bottom: 3px solid black;
}
.cellInputThickLeft {
	border-left: 3px solid black;
}
.cellInputThickRight {
	border-right: 3px solid black;
}
.cellInputJustSolved {
	color: green;
}
