/* CSS Document */
body{
	background-image:url(../../images/cartographer.png);
	color:#666;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}

h1{
	text-align:center;
	color:#fff;
}

.clearfix{
	clear:both;
}

#container{
	width:350px;
	overflow:auto;
	margin:40px auto;
	background:#666;
	padding-bottom: 40px;
	border-radius: 10px;
}

#board li{
	float: left;
	margin:10px;
	height: 70px;
	width:70px;
	font-size:55px;
	background:#333;
	color:#ccc;
	list-style:none;
	text-align:center;
	border-radius: 5px;


}



#board li:hover, #reset:hover{
	cursor: pointer;
	background:#000;
}

#reset{
	border:0;
	background:#444;
	color:white;
	width:75%;
	padding:15px;
	border-radius: 5px;
}

.o{
	color:green !important;
	icon:url(../../Maps/UTK.png);
}

.x{
	color:red !important;
	icon:url(../../Maps/University-of-Alabama.png);
}

footer{
	display:block;
	text-align:center;
	padding-top:20px;
}




