/* Start of CMSMS style sheet 'colors' */
/* Layout sections */
	body {
		background: #FFFFFF;
		color: #333;
		}
		
	div#pagewrapper {
		border: 1px solid #462c27;
	    }
		
	div#header {
		color: #fff;
		}
		
	div#footer {
		color: #fff;
		background-color: #462c27; 		}
		
/* Links */		
	a,
	a:link 
	a:active, a:visited {
                         color: #0005c0;
/*		color: #385C72;*/
	}

/* Headings */	
	h1, h2, h3, h4, h5, h6 {
		color: #000;
	}
/* End of 'colors' */

