/*Rubiks Cube Stylesheet*/

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

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

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

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

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

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

