

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* DEFAULT STYLES   */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
	html, body {
		font-size:16px;
		color: #000;
		line-height:1.3;
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GLOBAL STYLES  */  
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
	/* Paragraph default styling, amend as desired */
	p {
		/*margin: 0 0 20px 0;
		padding: 0;*/
	}
	
	
	/* Removes blue border on img links */
	a img {
		border: 0;
	}
	
	/* Default link styling */
	a {
		color: #0052a5;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	
	.errorText{
		color:#CC0000;
		font-weight:bold;
	}
	
	.greyText{
		color:#a2a2a3;
	}
	
	ul{
		padding:0;
		margin:0 0 0 0;
		font-size:16px;
	}
	li{
		margin-left:20px;
	}

	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* HEADING ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
	h1, h2, h3, h4, h5, h6 {
		color:#000;
		line-height: normal;
		margin: 0 0 15px 0;
		font-size:16px;
		padding: 0;
	}
	
	h1 {
		/* This should be the main title of the content (SEO)*/
	}
	
	
	h2 {
		font-size: 16px;
		font-weight:bold;
	}
	
	h3 {
		font-size:12px;
	}
	
	h4 {
		font-size:11px;
	}

 	

