/*
  $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: #000000; 
  text-decoration: none; 
}

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

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

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

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

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

TD.main {
  font-family : Arial, Arial, sans-serif;
  font-size : 14px;
  line-height : 1.5;
}

TABLE.header, Table.footer {
  font-family: Arial, Arial, sans-serif;
  font-size: 12px;
  font-weight: regular;
  background-color: #FFFFF; 
  border-color : #FFFFFF;
  border-style : solid;
  border-width : 1px;
}

TABLE.headerContents, Table.footerContents {
  font-family: Arial, Arial, sans-serif;
  font-size: 12px;
  font-weight: regular;
}