body  {
	color: black;
	background-color:#eeeeff; 
	margin: 10px;
	padding: 0;
	}

h1{
	font-family: Verdana, sans-serif;
	margin: 10px;
	float:left;
}

td {
	padding: 10px;
}

a {
	text-decoration: none; /*lets remove the link underlines*/
}

a:link, a:active, a:visited {
	color: #aaaaaa; 
}
.container  {
	position : absolute;
	top:75px;
	left:50px;
	width:800px;
	height:600px;
	color: black;
	background-color:#eeffff; 
	border: 2px solid;
	
}

#scores {
	position : absolute;
	top:75px;
	left:850px;
	width:300px;
	height:570px;
	color: black;
	padding: 15px;
	font-family: Verdana, sans-serif;
	font-size: 16px;

}

.locked{
	position : absolute;
	border: 1px solid #000;
	width:50px;
	height:50px;
	color:red;
	background-repeat: no-repeat;
}



.vgrid {
	position : absolute;
	border: 1px solid lightgrey;
	width:50px;
	height:600px;
}

.ogrid {
	position : absolute;
	border: 1px solid lightgrey;
	width:800px;
	height:50px;
}


.editable{
 padding: 2px;
}

.editable:hover {
	background-color: #ffffcc;
	border-color: #ccc;
	border: 1px solid black;
}
