/*
  $Id: stylesheet.css,v 1.52 2003/02/13 13:54:41 project3000 Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.links { 
  font-family: Arial;
  font-size: 13px;
  color: #3484AC;
  text-decoration: underline; 
}

A.links:hover { 
  color: #9C0C0C;
  text-decoration: underline;
}

.links2 { 
  font-family: Arial;
  font-size: 13px;
  color: #5965A6;
  text-decoration: none; 
}

A.links2:hover { 
  color: #5965A6;
  text-decoration: underline;
}

.menuFont { 
  font-family: Arial;
  font-size: 14px;
  font-weight : bold;
  color: #053505;
  text-decoration: none; 
}

A.menuFont:hover { 
  text-decoration: underline;
}

.topMenuFont { 
  font-family: Arial;
  font-size: 12px;
  font-weight : bold;
  color: #FFFFCC;
  text-decoration: none; 
}

A.topMenuFont:hover { 
  text-decoration: underline;
}

.defaultFont { 
  font-family: Arial;
  font-size: 13px;
  font-weight: normal;
  color: #000000;
  text-decoration: none; 
}

.copyrightFont { 
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #053505;
  text-decoration: none; 
}

.headingFont { 
  font-family: Arial;
  font-size: 18px;
  font-weight : bold;
  color: #053505;
  text-decoration: none; 
}

.subHeadingFont { 
  font-family: Arial;
  font-size: 14px;
  font-weight : bold;
  color: #053505;
  text-decoration: none; 
}