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

a {
 font-family:verdana;
 font-size:10px;
 line-height:13px;
 color:#000000;
 font-weight:normal;
 text-decoration:underline;
}

a:hover {
 font-family:verdana;
 font-size:10px;
 line-height:13px;
 color:#000000;
 font-weight:normal;
 text-decoration:none;
}

.framed {
 border-top:1px solid #aaaaaa;
 border-bottom:1px solid #aaaaaa;
 border-right:1px solid #aaaaaa;
 border-left:1px solid #aaaaaa;
 padding-top:10px;
 padding-left:10px;
 padding-right:10px;
 padding-bottom:10px;
 font-family:verdana;
 font-size:10px;
 line-height:13px;
 color:#000000;
 font-weight:normal;
 text-decoration:none;
}

.copy {
 font-family:verdana;
 font-size:10px;
 line-height:13px;
 color:#000000;
 font-weight:normal;
 text-decoration:none;
} 
