h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFCC;
	text-align: center;
}
h2 {
	font-size: 18px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFCC;
	text-align: center;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/woodgrain.gif);
	background-repeat: repeat;
	color: #FFFFCC;
}
p {
	font-size: 12px;
	line-height: 14px;
}

.button {
	background-image: url(images/woodgrain.gif);
	background-repeat: repeat;
	border-top-width: medium;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: medium;
	border-top-color: #FFFFCC;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #FFCC99;
	padding: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
a:link {	color:#FFCC66; text-decoration: none}
.green {
	color: #66CC00;
}

a:visited {	color: #FFFFCC; text-decoration: none}
a:hover {	color: #999900; text-decoration: none}


h6 {
                text-align: center;
	color: #006363;
	font-family: "Comic Sans MS",arial, sans-serif;
	font-size: 12px;
}
ul {
	font-size: 11px;
	list-style-type: square;
}

