/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/


body {
  background: #ffffff;
  color: #000000;
  margin: 0.5em;
  padding: 0;
  font-family: Arial, Verdana;
}

#header {background-color: #B22222; color: white; padding: 0.5em;}
#header img {align: center; border: 0}
#header font {font-size: 16px; font-weight: bold;}
#header a {text-decoration: none;}


font.adsense_link {font-family: Verdana; font-size: 11px; font-weight: bold; color: #3300CC; }
font.adsense_text {font-family: Verdana; font-size: 10px;}

/*
A {
  color: #000000;
  text-decoration: none;
}
*/

A:hover {
  color: #B22222;
  text-decoration: underline;
}

div#adsense_table td {
  border: none;
  height: 16px;
  padding: 10px 3px;
  text-align: left;
  valign: top;
}

div#homepage_tables td {
  border: 1px solid #B22222;
  font-family: verdana;
  font-size: 20px;
  height: 16px;
  padding: 10px 3px;
  text-align: left;
}

/*
div#homepage_tables table {
  padding: 10px 3px; 
}
*/

