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

@page querformat {
	size: portrait;
}

BODY {
  background-color: white;
}

V { 
  color: #800080; 
  text-decoration: none; 
}
div.products {
	font-family: Verdana, Arial, sans-serif;
	margin: 20px;
	font-size: .9em;
}
div.book{
	border-bottom: 2em;
}

span.title{
	font-weight: bold;
}
span.author{
	
}
span.description{
	font-style:italic;
}
