/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
 
BODY {
  background: #000000;
  color: #000000;
  background-color:#000000;
  background-image:url(bg_night.jpg);
  background-position:center top;
  background-repeat:no-repeat;
  
}


A {
  color: #747474;
  text-decoration: none;
}

A:hover {
  color: #888888;
  text-decoration: underline;
}


