/*
  $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: #ffffff;
  font-family : Verdana, Arial, sans-serif;
  color: #000000;
}

A { 
  color: #220000; 
  text-decoration: none; 
}

A:visited { 
  color: #220000; 
  text-decoration: none; 
}

A:hover { 
  color: #434343; 
  text-decoration: underline; 
}

V { 
  color: #800080; 
  text-decoration: none; 
}

TABLE.infoBox {
  background-color: #fefefe; 
  border-color : #999999;
  border-style : solid;
  border-width : 1px;
}

TABLE.products {
  background-color: #efefef; 
}

TD.products {
  font-family : Verdana, Arial, sans-serif;
  font-size : 10px;
}

TD.main {
  font-family : Verdana, Arial, sans-serif;
  font-size : 12px;
}

TABLE.header, Table.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
  background-color: #fdfdfd; 
}

TABLE.headerContents, Table.footerContents {
  font-family: Georgia, Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
