#footer {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #F0F8FF;
  background-color: #7C9DC0;
  color: #FFFFFF;
/*  background-image: url('/webdesign/templates/blacklight/css/footer.jpg');*/
}
a.footerlink:link {
  color: #ADD8E6;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
}
a.footerlink:visited {
  color: #ADD8E6;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
}
a.footerlink:hover {
  color: #004080;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
}
a.footerlink:active {
  color: #4682B4;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
}
