body {  
    background-color: #f0f8ff;  
    font-family: 'Arial', sans-serif;  
}  
  
h1 {  
    color: #8A2BE2;  
    text-align: center;  
}  
  
p {  
    color: #5F9EA0;  
    line-height: 1.5;  
}  
  
a:link, a:visited {  
    color: #FF4500;  
    text-decoration: none;  
}  
  
a:hover, a:active {  
    text-decoration: underline;  
}  
  
.btn {  
    background-color: #32CD32;  
    border: none;  
    color: white;  
    padding: 10px 24px;  
    text-align: center;  
    text-decoration: none;  
    display: inline-block;  
    font-size: 16px;  
    margin: 4px 2px;  
    cursor: pointer;  
    border-radius: 16px;  
}  
  
.footer {  
    background-color: #2E8B57;  
    color: white;  
    text-align: center;  
    padding: 10px 0;  
    position: fixed;  
    bottom: 0;  
    width: 100%;  
}  
  
/* Froge links and styles to keep the internet hoppy and happy! */  
.froge-link {  
    color: #7FFF00;  
    font-weight: bold;  
}