
body {
   background-color: skyblue;
   font-family: arial, verdana, sans-serif;
   letter-spacing: 3px;
   font-size: 150%;
   margin-top: 40px;
   text-align: center;
   
}

#content {
   width: 630px;
   margin-left: auto;
   margin-right: auto;
   border: 2px solid blue; 
   font-size: 100%;   
   background-color: white;
   padding: 40px 20px 40px 20px;	
   text-align: left;
}


#message {
   width: 630px;
   margin-left: auto;
   margin-right: auto;
   border: 2px solid blue; 
   font-size: 70%;   
   letter-spacing: 2px;
   text-align: justify;
   background-color: white;
   padding: 40px 20px 40px 20px;	
}





#footer {
   width: 100%;
   position: absolute;
   bottom: 0;
   left: 0;
   height: 20px;
   font-size: 45%;
   text-align: center;
}



a:link {
   color: blue;
}

a:visited {
   color: purple;
}

a:active {
   background-color: skyblue;
}

a:hover {
   color:blue;
}

