/*
  $Id: stylesheet.css,v 1.50 2002/11/02 03:06:05 hpdl c8dcc8 $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2001 osCommerce

  Released under the GNU General Public License
*/


BODY {
  background: #ffffff;
  margin: 0px;
  color: #004400;
  font-family :"Verdana";
}



.menu { font-size: 11pt }


#main {
 position: fixed;
 top: 0; left: 150;
 height: 100%;
 overflow: auto;
}



A {
  color: #004400;
  text-decoration: underline;
}

A:hover {
  color: #009900;
  text-decoration: none;
  font-weight: underline;
}


A.linkwhite {
  color: #666666;
  text-decoration: none;
}

A.linkgrey {
  color: #f6f6f6;
}

A.linkdark {
  color: #444444;
}


}
