/*Rubiks Layers Cube Stylesheet*/

#main_wrapper table {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px
}

#main_wrapper table a {
	font-size: 20px;
}

#main_wrapper table td {
	border: 1px solid blue;
	border-spacing: 0px;
	padding: 5px;
}

#main_wrapper table a {
	font-size: 25px;
}

.cell {
	height: 70px;
	width:400px;
}

#CubeNav a:visited {
	color: blue;
}

#Instructions {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

#Terms tr * {
	text-align: center;
}

.Cube {
	height: 150px;
	width: 150px;
}

.CubeTable {
	height: 150px;
	width: 150px;
}

.CubeDiscription {
	height: 150px;
	width:300px;
}