/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

a {
    text-decoration: none;
    color: #d1d1d1;
}

a:hover {
    color: white;
}

img {
    border: 0;
}

.clean_5 {
    height: 5px;
    width: 100%;
    clear: both;
}

.clean_20 {
    height: 20px;
    width: 100%;
    clear: both;
}
