/*
  $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: #D5E8BA;
  color: #000000;
  margin: 0px;
}

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

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

h2 {
  font-family: 'Lucida Handwriting','Brush Script MT',Phyllis,cursive; 
  color: #008000; 
  font-size: 12pt;
  font-style: italic;
}

p {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #008000; 
  font-size: 10pt;

}
div.small {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #708090;
  font-size: 6pt;
}
a.small {
  color: #708090;
}



