body {
    margin-left: 10%;
    margin-right: 10%;
    background-color: white
    }
hr {
    text-align: center;
    width: 50%
    }
.ind4 {
    margin-left: 4%
    }
.olalpha {
    list-style-type: lower-alpha
    }
.ctr {
    text-align: center
    }
a:link {
    color: blue;
    text-decoration: none
    }
link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }