/* Applies to overall page */
BODY{
	color : #0D3517;
	background-color : #E9EFE3;
	font-family : tahoma, arial, helvetica, sans-serif;
}

/* Headers and titles */
H1{
	border-style: solid;
	background-color : white;
	font : bold;
	border : thin solid #0D3517;
	padding-left: 10px;
	text-align : left;
	margin-left : 10px
}
H2{
	color : #e3f9e9;
	background-color : green;
	border-bottom : thin solid #0D3517;
	padding-left: 10px;
	text-align : left;
	margin-left : 10px
}
H3{
	font : lighter;
	color : #0D3517;
	padding-left: 10px;
	text-align : left;
	margin-left : 10px
}

/* Horizontal rules */
HR{
	color : #145824;
	height: 2px;
}

/* Paragraphs */
P{
	color : black;
	font : small;
	margin-left : 20px;
}

/* Hyperlinks */
A{
	text-decoration : underline;
	color : black;
}
A:VISITED{
	color: #0D4218;
}
A:HOVER{
	color: #ff8000;
}
A:ACTIVE{
	color: #2B392E;
}

/* Lists */
OL{
	color : black;
	margin-left : 5%;
	}
UL{
	color : black;
	margin-left : 5%;
	list-style-type : circle;
	list-style-image : url(gameboard004bu.html);
	list-style-position: outside;
}

/* Tables */
TABLE {
	border : 0px;
	}
TH,TD{
	padding: 3px, 3px, 1px, 3px;
/*	text-align : left;  */
}
TH{
	padding : 5px;
	background-color : #E9EFE3;
	border : thin solid #145824;
/*	text-align : center;  */
}
TD{
	padding: 5px;
	background-color : #9AB590;
	font-size : smaller;
	border-bottom : thin solid #58754E;
/*	text-align : left;    */
}
/* Grids */
#grid {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-width: medium;
	}

#grid TH,TD{
	padding: 3px, 3px, 1px, 3px;
}
#grid TH{
	padding : 5px;
	font-size : 9;
	background-color : #E9EFE3;
	border : thin solid #145824;
}
#grid TD{
	padding: 5px;
	font-size : 10;
	background-color : #9AB590;
	border-bottom : thin solid #58754E;
	text-align : center;  
}