@charset "utf-8";
/*****************************************************
 CSS Document landing page lio Les Timber
 by VerySimpleSite.co.uk
 ****************************************************/

/*****************************************************
Site Colours:
text color #4A442A 74,68,42
 ****************************************************/










/*Global White Space Reset */
* {
	margin: 0;
	padding: 0;
}


/*Image Styles*/
img {

	border:none;
	margin: 10px;
}




/*Global Styles*/
body {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#4A442A;
	font-size:0.8em;
	line-height:1.5em;
	background: #FFF;
}

/*Typography*/


h1, h2 {
	line-height: 2em;
}

h1 {
	font-size: 1.5em;
	margin: 5px 0;
}

h2 {
	font-size: 2em;
	margin: 5px 0;
}

address {
	font-size: 0.9em;
}










/*Links*/
a:link {
	color:#4A442A;
	text-decoration: underline;
}

a:visited {
	color: #4A442A;
}

a:hover {
	color: #4A442A;
	text-decoration: none;
}

a:active {
	color:#4A442A;
	text-decoration: none;
}























