
body { background-color: black; color: #a9938b; margin: 0;
      }

* {
   font-size: 10pt;
   line-height: 1.3em;
   font-color: #99837b;
   font-family: Helvetica, Arial, sans-serif;
  }


p {
  text-align: justify;
  }


h1 {
   font-size: 15pt;
   margin-bottom: -0.7em;
   color: #ccaea3;
   }

h2 {
   font-size: 10pt;
   color: #ccaea3;
   margin-bottom: -1em;

   }

.rollbar {
   background-image:url('/public/shop/graphic/shoprollbar.gif');
   background-repeat: repeat-x;
   background-color: #4d3c36;
   }

ul, li { list-style-type: none;
   }


a:visited  {text-decoration:none; color:#ccaea3;}
a:hover  {text-decoration:underline; color:#ccaea3;}
a:active  {text-decoration:none; color:#ccaea3;}
a:link {text-decoration:none; color:#ccaea3;}




