/*
  $Id: windowstylesheet.css,v 1.2 2004/09/17 Stephen Walker SNJ Computers$

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

  Copyright (c) 2002 osCommerce

  Released under the GNU General Public License
*/

BODY {
  background-color: #990000;
}

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

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

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

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

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

TD.products {
  font-family : Tahoma, Verdana, Arial;
  font-size : 11px;
  line-height : 1.5;
}

TD.main {
  font-family : Tahoma, Verdana, Arial;
  font-size : 12px;
  line-height : 1.5;
}

TABLE.header, Table.footer {
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  background-color: #FFFFFF; 
  border-color : #B1B1B1;
  border-style : solid;
  border-width : 1px;
}

TABLE.headerContents, Table.footerContents {
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
}