/* Start of CMSMS style sheet 'Colours' */
/* Layout sections */
	body {
		background: rgb(102,102,102);
		color: rgb(255,255,204);
		}
		
	div#page {
		border: 1px solid #000;
		background: rbg(102,102,102);
	    }
		
	div#header {
		color: #fff;
		}
		
	div#footer {
		color: #fff;
		background-color: #385C72;
		}
		
/* Links */		
	a {
		color: #385C72;
	}
        a:link
        {
                color: rgb(255,255,0);
        }
        a:visited
        {
                color: rgb(0,51,51);
        }
        a:active
        {
                color: rgb(0,255,153);
        }

/* Headings */	
    h1 {
                color: rgb(255,204,51);
    }
    h2 {
                color: rgb(153,255,102);
   }
    h3 {
                color: rgb(51,255,153);
    }
    h4 {
                color: rgb(51,255,255);
    }
    h5 {
                color: rgb(255,204,153);
    }
    h6 {
                color: rgb(204,255,0);
    }

/* End of 'Colours' */

