@charset "UTF-8";

html, body  
{ color: black; 
/*  background-color: #ffffcc; */
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif; }

/* div.content {margin-left: 2em; text-indent: -2em;} */

a { text-decoration: underline; }

.header  
{ background: #336666; 
  color: white; 
  border-bottom: solid 1px green; 
  margin: 2px 2px 2px 2px; 
  padding: 2px; 
  text-align: left; }

.advertisement  
{ background: #003366; 
  color: white; 
  border-bottom: solid 1px green; 
  margin: 2px 2px 2px 2px; 
  padding: 2px; 
  text-align: left; }


.footer  
{ background: #e0ffe0; 
  color: black; 
  border-top: solid 1px green; 
  margin: 2px 2px 2px 2px; }

.accesskey 
{ text-decoration: none; }

.validation { margin-top: 10px; }

 /* .product img { float: left; margin-right: 5px; } 
 .product h3, .news h3 { font-size: large; font-weight: bold; } */

  .lightlink { color: #ffcccc; }
    a.lightlink:link {color: #ffcc33}
    a.lightlink:visited {color: #ffcc99}
    a.lightlink:active {color: #99cccc}
