/* Global Basic Formatting and Colour Scheme */

body {	
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 0.6em;
	}
	
body, ol, ul, li, p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color : #6d6a6f;	
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color : #4f5150;	
}

/* p, ul, ol, li { line-height: 100%; }	 */
	 
b, strong { font-weight: bold; }

/* default header sizes, to be overwritten */	  
h1 { 
	font-size: 4em;
}

h2 { 
	font-size: 2em;
}

h3 {
	font-size: 1.4em;
}

h4 { 
	font-size: 1em;
}