﻿html {
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}

body {
    color: #000000;
    background: #383838;
    font-size: 80%;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

article, aside, figcaption, figure, footer, header, nav, section {
    display: block;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    color: #1e62d0;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

p {
    text-align: justify;
}

*:focus {
    outline: none;
}