/*
  $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: #ecebe6;
  color: #000000;
  margin: 2px;
  font-family:Verdana, Geneva, sans-serif;  
}


A {

  font-family:Verdana, Geneva, sans-serif;
  font-size:11px;
  color: #ffffff;
  text-decoration:none;
}

A:hover {
  font-family:Verdana, Geneva, sans-serif;  
  text-decoration: underline;
  font-size:11px;  
  color:#f3bd0d;
}

li {
	list-style-type:square;
}

table, td,th {
	color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

h1 {
	color:#f3bd0d;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
}

h2 {
	color:#f3bd0d;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:normal;
}

h3 {
	color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:normal;
}
