﻿/*Define all main values for the site */
body
{	
color:#202020;
margin: 10px 10px 10px 10px;
padding:0; 
background-color:#D7D493;
font-family:"Lucida Grande", "Lucida Sans Unicode",Verdana, Sans-Serif;
font-size:0.8em;
line-height:150%;	
}
/* trial colours 
#CFDEE1
#D9DCC5
#CFDDBB
#EBE9C3

*/

/* Define paragraph text size */
p {
	font-size:1.0em;	
}

/* Define headings text size */
h1 {
	font-size:2em;
}

h2 {
	font-size:1.8em;
}

h3 {
	font-size:1.7em;
}

