body{
    background-color: #D4D4FF;
    color: black;
   
}

a:link {text-decoration:none;}
a:before {text-decoration:none;}
a:target  {text-decoration:none;}
a:after {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}

.container{
    width: 800px;
    margin: auto;
    background-color: white;
    padding: 20px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px; /* future proofing */
    -khtml-border-radius: 15px; /* for old Konqueror browsers */
    
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 5px 5px 5px #888;
    
}

.footer{
    padding-top: 30px;
        width: 800px;
    margin: auto;
       text-align: center;
}

.header{
    width: 800px;
    text-align: center;
}