/* Start of CMSMS style sheet 'standard : Colours' */
/* Layout sections */
	body {
		background: #ebddca;
		color: #333;
		}
		
	div#pagewrapper {
		border: 1px solid #000066;
		background: #fff;
	    }
		
	div#header {
		color: #fff;
		}
		
	div#footer {
		color: #fff;
		background-color: #8c7a84;
		}
		
/* Links */		
	a,
	a:link 
	a:active, a:visited {
		color: #322774;
	}

/* Headings */	
	h1, h2, h3, h4, h5, h6 {
		color: #322774;
	}
/* End of 'standard : Colours' */