/* Start of CMSMS style sheet 'de-colors' */
/* Layout sections */
	body {
		background: #cccccc;
		color: #000;

		}
		
	div#pagewrapper {
		border: 1px solid #333399;
		background: white;

	    }
	
             div#menu_vert {

             background: #ffffff;
             color: #ffffff;
}
	div#header {
		color: #fff;
                          background: Transparent;
		}
		
	div#footer {
		color: #fff;
		background-color: #970119;
		}
		
/* Links */		
	a,
	a:link 
	a:active, a:visited {
		color: #970119;
	}

/* Headings */	
	h1, h2, h5, h6 {
		color: #970119;
                          font-weight: normal;
	}
           h3 {
                color: #970119;
}
           h4 {
                color: #970119;
}

/* End of 'de-colors' */

