header, section, footer, aside, nav, main, article, figure {
    display: block
    }
#section {
    width: 80%;
    float: left
    }
a {
    color: blue;
    font-family: arial;
    font-size: 0.85em;
    font-weight: normal;
    text-decoration: none
    }
a:visited {
    color: red;
    font-family: arial;
    font-size: 0.85em;
    font-weight: normal;
    text-decoration: none
    }
a:active {
    color: black;
    font-family: arial;
    font-size: 0.85em;
    font-weight: normal;
    text-decoration: none
    }
a:hover {
    font-family: arial;
    font-size: 0.85em;
    font-weight: normal;
    color: black;
    text-decoration: underline;
    background-color: yellow
    }
body {
    font-size: 0.875em
    }
body {
    font-family: arial, verdana
    }
div.first {
    background-color: honeydew;
    color: black;
    margin: 0.8em;
    padding: 0.8em;
    text-aligh: left
    }