@CHARSET "UTF-8";

body {
    font-size: 62.5%;
    font-family: Avenir, Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 2.4em;
    font-weight: lighter;
    color: #a8531d;
    margin: 0;
    padding: 0;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #333333;
	margin: 0;
}

h2 a {
    color: #a8531d;
}

p {
    font-size: 1.3em;
    line-height: 1.2em;
    color: #666666;
}

p a {
    color: #a8531d;
}

a:active, a:focus {
    outline: 0;
}

.bench-grey {
    color: #333333;
}

.bench-type {
    font-family: "Times New Roman";
    font-size: 1.1em;
    font-style: italic;
}
