    body {
        font-family: Georgia, Helvetica, Arial, sans-serif;
        font-size: 22px;
        line-height: 30px;
    }

    p {
        margin-bottom: 40px;
        font-family: Georgia;
        font-size: 22px;
        line-height: 30px;
    }

    a { 
        color:red;
        text-decoration: none;
    }

    footer {
        position: fixed; /* Use "absolute;" only for page low the screen height - since position is absolute! */
        bottom: 0;
        width:100%;
        height: 46px; /* Height of footer */
        background:#6cf;
        padding: 0;
        line-height: 20px;
     }