/*
  $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
*/

.boxText { FONT-SIZE: 11px; FONT-WEIGHT: bold; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; }
.errorBox { font-family : Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #ECFD98; }
.orderEdit { font-family : Arial, sans-serif; font-size : 10px; color: #FDB23B; text-decoration: underline; }




BODY {
  background: #000000;
  color: #000000;
  margin: 0px;
}


TD.main, P.main {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  line-height: 1.5;
}

h1 { 
 font-family: Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 color: #ffffff;
}

h2 { 
 font-family: Arial, sans-serif;
 font-size: 14px;
 color: #ffffff;
}

