html, body {
   background: white;
   color: black;
   margin-left: 2%;
   margin-right: 2%;
}

#content { 
   position: absolute; 
   top: 35%; 
   left: 50%; 
   height: 4em; 
   margin-top: -4em; 
   width: 80%; 
   margin-left: -40%; 
   text-align: center; 
   border: 0;
   background: transparent;
}
.banner {
    font-weight: bold;
    font-size: 300%;
    text-align: center; 
    background: transparent;
    color: #A9A9A9;
    border: 0;
}

.banner a, a:link, a:visited, a:active, a:hover {
    text-decoration: none;
    color: #393939;
    font-size: 120%;
}

.footer {
    position: absolute;
    bottom: 0; 
    margin: 0; 
    border-top: 1px solid #A9A9A9;
    height: 65px; 
    width: 90%;
    line-height: 40px;
    font-size: 75%;
    color: #A9A9A9;
    background: transparent;
}

.footer a, a:link, a:visited, a:active, a:hover {
    text-decoration: none;
    color: #0b5fdd;
    font-size: 120%;
}

.news {
   margin-left: 3%;
   margin-right: 3%;
   text-align: left;
   padding: 0.5em;
   color: black;
   border: 0;
}
