/*
  $Id: windowstylesheet.css,v 1.00 2002/12/12 KE-BirdBrain Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2002 osCommerce

  Released under the GNU General Public License
*/

BODY {
  background-color: #ffffff;
}

A { 
  color: #0080ff; 
  text-decoration: underline; 
}

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

V { 
  color: #800080; 
  text-decoration: none; 
}

TABLE.infoBox {
  background-color: #FFFFFF; 
  border-color : #000080;
  border-style : solid;
  border-width : 1px;
}

TABLE.products {
  background-color: #FFFFFF; 
}

TD.products {
  font-family : Verdana, Arial, sans-serif;
  font-size : 10px;
  line-height : 1.5;
}

TD.main  { font-size: 12px; font-family: Verdana, arial, sans-serif; line-height: normal }

TABLE.header, Table.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
  background-color: #ffffff; 
  border-color : #496bbc;
  border-style : solid;
  border-width : 1px;
}

TABLE.headerContents, Table.footerContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
}
