@charset "UTF-8";

html, body  
{ color: white; 
  background-color: #000000; 
  font-family: monospace; }

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: #660033; 
  color: white; 
  border-bottom: solid 1px green; 
  margin: 2px 2px 2px 2px; 
  padding: 2px; }

.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: pink; }
    a.lightlink:link {color: #ffcc33}
    a.lightlink:visited {color: #ffcc99}
    a.lightlink:hover {color: #ffcc00}
    a.lightlink:active {color: #99cccc}

