body {
        background-color: #ffff95;
        margin-top: 20;
        }
        
h1  {
        font-size: 35px;
        color: red;
        font-family: verdana;
        text-align: center;
        }

h2 {
        font-size: 20px;
        color: blue;
        font-family: verdana;
        text-align: center;
        }
        
p {    
        font-size: 15px;
        color: black;
        font-weight: normal;
        text-align: justify;
        font-family: verdana
        } 
        
a.viealpine:link {color: blue; text-decoration: none; }
a.viealpine:visited {color: #800080; text-decoration: none; }
a.viealpine:hover {color: blue; text-decoration: underline; }
        

