/**
 * Abergavenny Caravans
 * Holding page
 */
 
html, body
{
	background-color:#fff;
	color:#333;
	font-family:Verdana, sans-serif;
	line-height:1.5;
}
 
.page
{
	max-width:700px;
	margin:0 auto;
}

h1,
h2,
.important
{
	font-family:'Helvetica Neue', Arial, sans-serif;font-family:'Helvetica Neue', Arial, sans-serif;
}

h1
{
	margin-bottom:0;
	padding-bottom:0;
}

h2
{
	margin-top:0;
	padding-top:0;
}

p
{
	font-size:0.8em;
}

.important
{
	font-weight:bold;
	font-size:1.5em;
}

.highlight
{
	background-color:#ffa;
}
