body {
    background: lightyellow;
    margin: 10%;
    text-align: justify
    }
h2, h3, h4, h5 {
    color: green;
    text-align: center
    }
hr, table {
    text-align: center
    }
ul {
    list-style: none
    }
.centre {
    text-align: center
    }
.external {
    color: blue
    }
.note {
    color: green
    }
.right {
    text-align: right
    }