/* Start of CMSMS style sheet 'color.white.css' */
/* Table of contents 
	General
	Navigation
	Headings
	Footer	
	Special Elements*/
	
/* GENERAL */

body, a {
    color: #444;
}

/* NAVIGATION */

a:hover, ul#nav li.selected  a{
    color: #c01;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
    color: #c01;
	border-bottom: 1px solid #ccd;
}

h1 a {
	color: #c01;
}

/* FOOTER */

p#footer {
    border-top: 1px solid #ccd;
    color: #888;
}

/* SPECIAL ELEMENTS */

code {
    background-color:#eee;
    padding: 0.5em;
    border: 1px solid #ccd;
}



/* End of 'color.white.css' */

