/* CSS Document */
body    {
    background-color: aqua;
    font-family: arial;
        }
h1      {
    background-color: blue;
    color: white;
    text-align: center;
        }
ul      {
    list-style-type: circle;
    list-align: center;
        }