/* Start of CMSMS style sheet 'SaffronColours' */
/* Layout sections */
	body {
		background: #fea;
		color: #333;
		}
		
	div#page {
		border: 0px solid #000;
		background: #fea;
	    }
		
	div#header {
		color: #fea;
		}
		
	div#footer {
		color: #333;
		background-color: #fea;
		}
		
/* Links */		
	a,
	a:link 
	a:active, a:visited {
		color: #385C72;
	}

/* Headings */	
	h1, h2, h3, h4, h5, h6 {
		color: #000;
	}
/* End of 'SaffronColours' */

