body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/layout/bgcolour.gif);
	margin: 0;
}
.footer {
	font-size: 10px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
h2 {
	font-size: 20px;
	color: #0000CC;
}
p {
	font-size: 12px;
}
a:visited {
	color: #0000CC;
}
a:hover {
	color: #FF0000;
}
.menu a:link {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.menu {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
	color: #CCCCCC;
	font-weight: bold;
}
.menu a:active {
	text-decoration: underline;
	color: #999999;
	font-weight: bold;
}