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

a img {
       border: 0 none;
       }

img {
     border: 0 none;
     }



h1 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 16px;
 font-weight: bold;
 color: #a54552 ;
}

h2 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 color: #a54552 ;
}
BODY {
 font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #393939;
  color: #ffffff;
  padding: 12px;

}

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

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


.infoBox {
  background: #656565;
}

.infoBoxContents {
  background: #393939;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


