/**
 * text.css
 *
 * Base text styles for Acair
 */
body {
	font: 13px / 1.4em arial, helvetica, 'Liberation Sans', sans-serif;
}

p {
	font-size: 1em;
	margin: 1em 0;
}

a {
	color: #363636;
}

a:hover {
	color: #9D0A0E;
}

h1, h2, h3, h4, h5, h6 {
	font-family: georgia, garamond, 'Times New Roman', times, serif;
	color: #545454;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0.8em;
	margin-top: 0.2em;
}

h1 {
	font-size: 1.7em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}