/* Start of CMSMS style sheet 'GH colours' */
/* Layout sections */
/*Change Log
SJ 1/6/06 Changed footer colours
*/
	body {
		background: #ffffdf;
		color: #333;
		}
		
	div#pagewrapper {
		border: 1px solid #000;
		background: #fff;
	    }
		
	div#header {
		color: #fff;
		}
		
	div#footer {
         background-color: #fff;
         border-top: 1px solid #00f;
         border-bottom: 4px solid #00f;
         color: #000;
		}
   
		
/* Links */		
	a,
	a:link, /*SJ added , */ 
	a:active, a:visited {
		color: #385C72;
	}

/* Headings */	
	h1, h2, h3, h4, h5, h6 {
		color: #000;
	}
/* End of 'GH colours' */

