/* Start of CMSMS style sheet 'colors : orange' */
/*COLORS*/
a,
a:link,
a:visited,
a:active {
   color: #C17535; 
}

div#main a:hover {
   background-color: #C17535;
color:white;
}

div#content h1 {
  	background-color: #C17535;
}
div#content h2 {
   color: #C17535;
}
div#content h3 {
   color: #C17535;
}
/*END COLORS*/
/* End of 'colors : orange' */

