/* Start of CMSMS style sheet 'old colours' */
/* Layout sections */
	body {
		background: #666666;
		color: #000;
		}
		
	div#page {
		border: 1px solid #000;
		background: #fff;
	    }
		
	div#header {
		color: #fff;
		}
		
	div#footer {
		color: #330066;
		background-color: #ECECEC;
		}
		
/* Links */		
	a,
	a:link 
	a:active, a:visited {
		color: #330066;
	}

/* Headings */	
	h1, h2, h3, h4, h5, h6 {
		color: #000;
	}
/* End of 'old colours' */

