/*
  $Id: html_stylesheet.css,v 1.57 2007/09/11 15:31:35 dgw_ Exp $

 
 Copyright (c) 2003 InspectUSA.com
  YNOTZZAM - osCommerce@InspectUSA.com

  Original settings are commented
*/
img {border-style: none; }
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #FFFFFF; 
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #000000;
  margin: 20px;
}

A {
  color: #0000FF;
  text-decoration: none;
}

A:hover { 
  color: #FFFF00; 
  background-color: #000080;
  text-decoration: underline; 
}

FORM {
	display: inline;
}

A:link

}
