body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, 
 dl, dt, dd, form, a,  fieldset,  th, td {
    margin: 0; padding: 0; border: 0; outline: none;
}
body {
    line-height: 1;
    font-size: 88%;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    /*padding: .6em 0;
    margin: 0 15px;  */
}

a {
    color: black;
    text-decoration: none;
}
.left {
    float: left;
}
.right {
    float: right;
}

.clear{
    clear:both;
}

/* CLEARFIX
/* ----------------------------- */
/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}