body {
	background-color:#000000;
	font-size:100%;
	padding: 0px;
	margin: 0px;
}

#container {
	background-color:#56c6ff;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

#gameboard {
	background-color:#000000;
	width: 990px;
	height: 510px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#content {
	width: 950px;
	height: 490px;
	padding: 0px;
	margin: 10px;
	border: 0px;
}

#content table {
	border-collapse:collapse;
}

#footer {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color:#000011;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
}

#footer p {
	background-color:#000011;
}

#footer a {
	font-size: 1.0em;
	color: #aaaaaa;
	font-weight: bold;
	text-decoration: none;
}

#footer a:visited {
	font-size: 1.0em;
	color: #aaaaaa;
	text-decoration: none;
	font-weight : bold;
}

#footer a:hover {
	font-size: 1.125em;
	color: #ffff00;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.375em;
	font-weight: bold;
	color: #55ff00;
	background-color:#000011;
	line-height: 1.0em;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding-bottom: 3px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #ffff00;
	background-color:#000011;
	line-height: 1.0em;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding-bottom: 3px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	color: #55ff00;
	line-height: 1.0em;
	text-align:center;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding-bottom: 3px;
}

a {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 4.0em;
	color: #51c6ff;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 4.0em;
	color: #51c6ff;
	text-decoration: none;
	font-weight : bold;
}

a:hover {
	font-family: 'Comic Sans MS', cursive;
	font-size: 4.0em;
	color: #aa00ff;
	text-decoration: none;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #0291cf;
	padding: 3px 0;
   	margin: 3px 0;
	text-align:center;
}

.begin {
	font-size: 3.0em;
	padding: 3px 0;
   	margin: 3px 0;
	text-align:center;
}

.witch {
	font-size: 3.0em;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 0;
   	margin: 3px 0;
	text-align:center;
}

.mix {
	font-size: 1.25em;
	color: #ffffff;
	padding: 3px 0;
   	margin: 3px 0;
}

.textone {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 4.0em;
	font-weight: bold;
	color: #ffffff;
	margin-top: 36px;
	margin-right: 0px;
	margin-bottom: 36px;
	margin-left: 0px;
	padding-bottom: 9px;
	text-align:center;
}

.texttwo {
	font-size: 5.0em;
	color: #754200;
	margin-top: 36px;
	margin-right: 0px;
	margin-bottom: 36px;
	margin-left: 0px;
	padding-bottom: 9px;
	text-align:center;
}

.textthree {
	font-size: 4.0em;
	color: #cc3100;
	margin-top: 36px;
	margin-right: 0px;
	margin-bottom: 36px;
	margin-left: 0px;
	padding-bottom: 9px;
	text-align:center;
}

.textfour {
	font-size: 4.0em;
	color: #742575;
	margin-top: 36px;
	margin-right: 0px;
	margin-bottom: 36px;
	margin-left: 0px;
	padding-bottom: 9px;
	text-align:center;
}

.textfive {
	font-size: 4.0em;
	color: #202775;
	margin-top: 36px;
	margin-right: 0px;
	margin-bottom: 36px;
	margin-left: 0px;
	padding-bottom: 9px;
	text-align:center;
}

td.game {
	background-color:#754200;
	width: 50px;
	height: 50px;
	padding: 3px;
	margin: 0px;
	border-style:ridge;
	border-color: #3f3f3f;
	border-width:3px;
	vertical-align:bottom;
	text-align:center;
}

td.recipe {
	background-color:#754200;
	width: 450px;
	height: 250px;
	padding: 20px;
	margin: 0px;
	text-align:justify;
}

td.backone {
	background-color:#fff54a;
	width: 950px;
	height: 450px;
	padding: 20px;
	margin: 0px;
}

td.backtwo {
	background-color:#50ff4f;
	width: 950px;
	height: 450px;
	padding: 20px;
	margin: 0px;
}

td.backthree {
	background-color:#56c6ff;
	width: 810px;
	height: 450px;
	padding: 20px;
	margin: 0px;
}

