/* globalne */

* {margin:0;padding:0}
a {text-decoration:none;color:#000;font-weight:600;cursor:pointer}

/* przydatne klasy */

.debug {border:1px solid red}
.clearfix {overflow:hidden;clear:both}
.floatRight {float:right;display:block}
.floatLeft {float:left;display:block}
.absolute {position:absolute}
.none {display:none}
.strong {font-weight:600}
