BODY {
	font-family: Arial;
}

H1 {
	font-family: Arial;
	font-size: 110%;
	color: #BB0000;
}

H2 {
	font-family: Arial;
	font-size: 105%;
	color: #BB0000;
}

.strapline {
	font-family: Arial;
	font-size: 90%;
	color: #ffffff;
}

.menu {
	font-family: Arial;
	font-size: 90%;
	text-align: center;
}

.menu a:link {
	color: #BB0000;
	text-decoration: none;
}

.menu a:visited {
	color: #BB0000;
	text-decoration: none;
}

.menu a:hover {
	color: #BB0000;
	text-decoration: underline;
}

.content {
	font-family: Arial;
	font-size: 90%;
}

.content a:link {
	color: #BB0000;
}

.content a:visited {
	color: #BB0000;
}

