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

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

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

TD.pageHeading {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #595D5F;
  padding: 16px 0px 0px 0px;
}

.donkergrijs {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #595D5F;
  margin: 0px 10px 8px 0px;
}

.h1Donkergrijs{
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 16px;
  color: #595D5F;
  margin: 16px 10px 8px 0px;
}

.h2Donkergrijs{
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #595D5F;
  margin: 0px 10px 8px 0px;
}

.messageStackError, .messageStackWarning { font-family: Georgia, Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Georgia, Verdana, Arial, sans-serif; font-size: 10px; background-color: #D2EF59; }

