body {
	margin: 0;
	padding: 0;
	background: #000000;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	color: #FFE74A;
	text-align: center
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-style:italic;
	font-weight: normal;	
	color: #FFE74A;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

a {
        text-decoration: none;
	color: #FFAA00;
}

a:hover {
	text-decoration: none;
	color: #FFFFAA;
}

img {
	border: none;
}

table.list {
	background-color: #000000;
	border: 1px solid #FFAA00;
	text-align: left;
	margin-left:auto; margin-right:auto;
}

tr.d0 td {
	background-color: #441100;
}
tr.d1 td {
	background-color: #000000;
}

table.game {
	background-color: #000000;
	border: 0px;
	text-align: center;
	margin-left:auto; margin-right:auto;
}

table.instructions {
        text-align: left;
	margin-left:auto; margin-right:auto;
        border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: #FFAA00 #FFAA00 #FFAA00 #FFAA00;
	border-collapse: collapse;
        background-color: #000000;
}

table.instructions th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: #FFAA00 #FFAA00 #FFAA00 #FFAA00;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.instructions td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: #FFAA00 #FFAA00 #FFAA00 #FFAA00;
	background-color: #000000;
	-moz-border-radius: 0px 0px 0px 0px;
}