/* Start of CMSMS style sheet 'Colours' */
/* Layout sections */
	body {
		background: white;
		color: black;
		}
		
	div#pagewrapper {
		border: 1px solid white;
		background: white;
	    }
		
	div#header {
		color: white;
		}
		
	div#footer {
		color: green;
		background-color: white;
		}
		
/* Links */		
	a,
	a:link {
        color: green;
        } 
	a:active  { color: lime; }
        a:visited { color: teal; }

/* Headings */	
	h1, h2, h3, h4, h5, h6 {
		color: #000;
	}
/* End of 'Colours' */

