H1, H2, H3, H4, H5, H6, body {
	font-family:Arial, Courier,sans-seriff;
}
H1, H2, H3, H4, H5 {
	font-weight: bold
}
H1 {
	font-size: 24
}
H2 {
	font-size:20
}
H3 {
	font-size:18
}
H4 {
	font-size:16
}
H5 {
	font-size:12
}
H6 {
	font-size:8
}

A:link {
	font-weight: 700;
	color: blue;
	text-decoration: none;
}
A:visited {
	font-weight: 700;
	color: purple;
	text-decoration: none;
}
A:active {
	font-weight: 700;
	color: red;
	text-decoration: none;
}
A:hover {
	font-weight: 700;
	color: red;
	text-decoration: none;
}
body {
	background-image: URL(stanage_wash.jpg);
}

