/* Start of CMSMS style sheet 'Colours' */
/* Layout sections */
	body {
                 background: url(background.png) top repeat-x;
                 background-color: #CCCCFF;
		}
		
	div#pagewrapper {
		background: white;
                border-left: 1px solid grey;
                border-right: 1px solid grey;
                border-bottom: 1px solid grey;
	    }
		
	div#header {
		color: #fff;
                background: white;
		}
		
	div#footer {
		color: #666666;
		background-color: silver;
		}
		
/* Links */		
	a,
	a:link 
	a:active, a:visited {
		color: cornflowerblue;
	}

/* Headings */	
        h1,h2 {
             color: SteelBlue;
             }
	h3, h4, h5, h6 {
		color: grey;
	}
/* End of 'Colours' */

