#footer {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #F0F8FF;
  background-image: url('css/footer.jpg');
}
a.footerlink:link {
  color: #FFFFFF;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
}
a.footerlink:visited {
  color: #FFFFFF;
  font-size: 0.8em;
  font-weight: normal;
  text-decoration: none;
}
a.footerlink:hover {
  color: #9ACD32;
  font-size: 0.8em;
  font-weight: normal;
  text-decoration: none;
}
a.footerlink:active {
  color: #FFFFFF;
  font-size: 0.8em;
  font-weight: normal;
  text-decoration: none;
}
