/*
  $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: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TD {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

A {
  	color: Maroon;
	text-decoration: underline;
  	font-size: 11px;
  	font-family: Verdana, Arial, sans-serif; 
}

A:hover {
	color: #0A9187;
	text-decoration: none;
}

TR.header {
  background: #ffffff;
}

