@charset "utf-8";
/*
 * CSS - styles common for all pages
 * @author QO
 * */
 
body, h1, h2, h3, h4, form, fieldset, legend, img, a, a img, ul, li, p {margin: 0px;  padding: 0px; border: none; text-decoration: none; list-style-type: none;}
.clear { clear: both; }
.hide { visibility: hidden; display: none; }
.left { float: left; }
.right { float: right; }
.block { display: block; }
.hidden { display: none; visibility: hidden; }
.noborder { border: none !important; }
a { text-decoration: none; }

a img { border: none; }
