/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

body {
 	font-size:16px;
	background-image:url("images/bg.png");
	line-height:1.6;
	margin:0;
	color:#3B3232;
	font-family:'Lato',Arial,Helvetica,sans-serif;
}

