/* RESET */
html, body, div, p, table, input, img, a, span{margin: 0; padding: 0;}
div{position:relative;}
h1,h2,h3,h4,h5,h6{margin-top: 0; font-weight: bold;}
table{border-collapse: collapse;}
td{vertical-align: top;}
img{border:none;}

/* CLASSES */
.hidden{display: none;}
.center{text-align: center; margin: 0 auto;}
.clear{clear: both; width: auto;}
.bold{font-weight: bold;}
