html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0;
}

a {
	font-weight: normal;
	color: #f0e68c;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: url(images/gold.jpg) repeat;
	font: 12px arial, sans-serif;
	color: #006400;
	padding:0.4cm;
}

table.tablecolour {
	background:#338c17;
}

table.tablemaincolour {
	background:rgb(114, 190, 107);
}
table.tablemaincolour a{
	color:LightGoldenrod;
}

table.tablemaincolour a:hover {
	text-decoration:underline;
}

h1 {
	height: 95px;
	font-weight: normal;
	font: 22px arial, sans-serif;
	line-height: 95px;
	text-indent: 23px;
	width: 400px;
}
h1 span {
	font-size: 30px;
}

ul
{
width:100%;
padding:0;
margin:0;
list-style-type:none;
}

#nav a
{
float:left;
width:127px;
text-decoration:none;
color:#338c17;
background-color:#f0e68c;
padding:8px 2px;
border:1px solid black;
font: 14px arial;
}


#nav a:hover
{
background-color:#338c17;
color:#f0e68c;
font: 14px arial;
}


li {display:inline}


