/* Start of CMSMS style sheet 'style' */
/*-- STYLE.CSS -- */

/*-- IMPORT LAYOUT STYLE SHEET --*/

@import url('assets/css/layout.css');

/*-- RESET HTML STYLE --*/

h1, h2, h3, h4 { font-weight: normal; margin: 0; padding: 0; }
a { text-decoration: none;}
ul, li, span, p { margin: 0; padding: 0; list-style: none; }

/*-- FLOATING DIVS --*/

.float_left { float: left; }
.float_right { float: right; }
.clear { clear: both; }
/* End of 'style' */

