
/* ---------------------------------------- */
/* ---------- Table of contents ----------- */
/* ---------------------------------------- */
/* 1. Importing other css sheets            */
/* 2. Main structure markup                 */
/* 3. Colors of fonts, backs and borders    */
/* 4. Typography styles                     */
/* 5. Debuggin styles                       */
/* ---------------------------------------- */


/* here other css sheets are included */
@import url("structure.css");
@import url("color.css");
@import url("typography.css");

/* nulls margin and padding properties for any tag *//*{margin:0;padding:0}*/
img{border:none;}
.sep{clear:both}
form label{cursor:pointer}
table{border-collapse:collapse;border-spacing:0}
