body, table, tr, td {
	font-family: Verdana;
	font-size: 8pt;
	margin-right: 0px;
	margin-left: 0px;	
}

a {
	color: #990000;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}


.sitehead {
	font-family: Georgia;	
	font-size: 30pt;	
	font-weight: normal;
}

.square {
	height: 80px;
	width: 70px;
	font-family: Georgia;	
	font-size: 50pt;	
	border: 1px dotted #000099;
	padding: 5px;
	text-transform: uppercase;
	margin-left: 0px;
	margin-right: 0px;	
	text-align: center;
	background-color: white;	
}

.square-disabled {
	height: 80px;
	width: 70px;
	font-family: Georgia;	
	font-size: 50pt;	
	border: 0px;
	padding: 5px;
	text-transform: uppercase;
	margin-left: 0px;
	margin-right: 0px;	
	text-align: center;
	background-color: white;
}

.square-disabled-comp {
	height: 80px;
	width: 70px;
	font-family: Georgia;	
	font-size: 50pt;	
	color: #990000;
	border: 0px;
	padding: 5px;
	text-transform: uppercase;
	margin-left: 3px;
	margin-right: 3px;	
	text-align: center;
	background-color: white;	
}

.message {
	padding: 6px;
	background-color: #DEDEDE;
