body {
        background-color: #ffff95;
        margin-top: 20;
        }
        
h1  {
        font-size: 35px;
        color: red;
        font-family: arial;
        text-align: center;
        }
        
ul.first {    
        font-size: 20px;
        color: white;
        word-spacing: 4px;
        font-family: verdana;
        font-weight: normal;
        text-align: left;
        } 

ul.second {    
        font-size: 16px;
        color: yellow;
        word-spacing: 4px;
        font-family: verdana;
        font-weight: bold;
        text-align: left;
        }         

ul.third {    
        font-size: 14px;
        color: white;
        word-spacing: 4px;
        font-family: verdana;
        font-weight: normal;
        text-align: left;
        }
        
a.first:link {color: white; text-decoration: none; }
a.first:visited {color: white; text-decoration: none; }
a.first:hover {color: white; text-decoration: underline; }        

a.second:link {color: yellow; text-decoration: none; }
a.second:visited {color: yellow; text-decoration: none; }
a.second:hover {color: yellow; text-decoration: underline; }

a.third:link {color: white; text-decoration: none; }
a.third:visited {color: white; text-decoration: none; }
a.third:hover {color: white; text-decoration: underline; }

