body {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #EAEAEA;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
p {
	font-size: small;
	margin-top: 0px;
	text-align: left;
}
ul {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

li {
	list-style-type: none;
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
}
h1 {
	font-size: large;
	color: #999999;
	font-weight: normal;
}
h2 {
	font-size: medium;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: #666666;
}
#container {
	padding: 20px;
	width: 700px;
	background-color: #FFFFFF;
	border: thin solid #D5EBFF;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#content {
	margin-top: 10px;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 20px;
}
#header {
	text-align: center;
}
#footer {
	margin: 0px;
	padding: 0px;
}
a:link {
	text-decoration: underline;
	font-style: normal;
	color: #000000;
}
a:visited {
	font-style: normal;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
.tiny {
	font-size: xx-small;
}
.centre {
	text-align: center;
}
.date {
	color: #CCCCCC;
	font-size: small;
}
.bold {
	font-weight: bold;
}
.highlight {
	color: #FF0000;
	text-align: center;
}
