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

H1 {
  font-size: 20px;
  color: #66ccff;
}

H2 {
	font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
  	color: #000000;
}


A {
  color: #000000;
  text-decoration: underline;
}

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


