body {
	color: #333333;
	font-size: 75%;
	background-color: #003300;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
td.uline {
	border-top: 1px none #CCCC99;
	border-right: 1px none #CCCC99;
	border-bottom: 1px solid #CCCC99;
	border-left: 1px none #CCCC99;
}
table {
	font-size: 100%;
}
a:link {
	color: #996600;
}
a:visited {
	color: #996600;
}
a:hover {
	color: #FFFFFF;
}
li {
	line-height: 120%;
	list-style-type: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCC99;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #CCCC99;
	padding: 2px;
}
h1 {
	font-size: 120%;
	padding: 5px;
	color: #996600;
	font-weight: normal;
}
td.right {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	padding: 2px;
	width: 30%;
	margin: 0px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
td.left {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	padding: 2px;
	width: 70%;
	margin: 0px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
h2 {
	font-size: 110%;
	border: 1px none;
}
p {
	line-height: 120%;
}
#footer {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	margin: 0px;
	padding: 0px 20px;
}
#navigation {
	text-align: center;
	margin: 0px auto;
	padding: 5px 0px;
	background-color: #CCCC99;
	border-top: 1px solid #999966;
	border-right: 1px none #999966;
	border-bottom: 1px solid #999966;
	border-left: 1px none #999966;
	width: 750px;
}
#main {
	background-color: #FFFFCC;
	padding: 10px 0px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#colourbomb {
	background-color: #FFFFCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

