/* CSS Document */
body    {
    background-color: aqua;
    font-family: arial;
p       {
        jpg-align: center
        width: 80px;
        height; 40 px;
        }
h1      {
    background-color: blue;
    color: white;
        }
h2      {
    text-align: center;
    background-color: blue;
    color: white;
        }
ul      {
    list-style-type: none;
    text-align: center;
        }
a       {
    text-align: center;
        }