body {
        background-color: #d7d7ff;
        margin-top: 10;
        }
        
h1  {
        font-size: 20px;
        color: red;
        font-family: courier;
        text-align: center;
        }

h2 {
        font-size: 20px;
        color: blue;
        font-family: verdana;
        text-align: center;
        }
        
ul {    line-height: 2;
        }

li {    
        font-size: 16px;
        color: black;
        font-weight: normal;
        text-align: left;
        font-family: courier;
        } 
        
p {    
        font-size: 10px;
        color: black;
        font-weight: normal;
        text-align: justify;
        font-family: courier;
        } 

