/* Design & Code (c) Devoler */
/* ---------------------------------------- */
/* ---------- 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");
@import url("debuggin.css");


img{border:none}
.sep{clear:both}
table{border-collapse:collapse;border-spacing:0}