#wrapper {
	font-size:75%;
	/* font styles for the site */
	font-family:arial,sans-serif;
	line-height:1.2em;
}

/* usual link colour */ 
a {
	color:#009966;
	font-weight:bold;
}

h1 {
	font-size:1.5em;
	color:#003366;
	font-weight:bold;
}

/* The heading used as title text on all E Riding pages */
h2 {
	color:#003366;
	font-size:1.3em;
	font-weight:bold;
}

h3 {
	color:#003366;
	font-size:1.1em;
	font-weight:bold;
}

h4 {
	color:#003366;
	font-size:1.0em;
	font-weight:bold;
}

h5 {
	color:#003366;
	font-size:1.0em;
	font-weight:bold;
}

h6 {
	color:#003366;
	font-size:1.0em;
	font-weight:bold;
}

hr {
	border:none;
	border-bottom:1px dotted #003366;
}


address {
	margin: 0 0 0 10px;
	font-style: normal;
}