body {
    margin-left: 20%;
    margin-right: 20%;
    text-align: justify
    }
a:link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }