/*
 * 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 { 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; }
h1 { font-size: 2.4em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }