* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;    
    margin: 8px;
}

table {
    border-collapse: collapse;
}

img {
    border: 0;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* + html .clearfix { display: inline-block; }

* html .clearfix { height: 1%; }