/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
.infoBox {
  background: #6eece5;
}


.infoBoxContents {
  background-color: transparent;
}

a.headerNavigation {
  color: #ffffff;
  font-family: Comic Sans MS;
}

a.headerNavigation:hover {
  color: #000000;
  font-weight: bold;
}

span a.headerNavigation:hover {
  text-decoration: none;
}

a:link, a:visited {
  color: #0000ff;
}
