/* CSS Stylesheet */
* {
    margin: 0px;
    padding: 0px;
    }
body {
    font-size: 1em;
    }
a {}
a:hover {}

.clearafter:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearafter {
    zoom: 1;
}
*:first-child+html .clearafter {
    zoom: 1;
}