#preloader {
    background-image: url(graphics/background.jpg);
    width: 0px;
    height: 0px;
    display: inline;
}

body {
  background-image: url("graphics/background.jpg");
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
 


p { 
font-family: helvetica, verdana,arial; 
font-size: 14px; 
font-weight: normal;
color: #000000;
}
.wax { 
font-family: helvetica, verdana,arial; 
font-size: 12px; 
font-weight: normal;
color: #000000;
}

.price { 
font-family: helvetica, verdana,arial; 
font-size: 10px; 
font-weight: normal;
color: #000000;
}


h1 {font-family: helvetica,verdana,arial} 
h1 {font-size: 12px}
h1 {font-weight: bold}
h1 {color: #333333}
h2 {font-family: helvetica,verdana, arial}
h2 {font-size: 85%}
h2 {color: #666666}

.faq{
font-family: helvetica,verdana,arial; 
font-size: 11px;
font-weight: normal;
color: #000000
}
  
a:link { color: #666666}
a:link { font-weight: bold}
a:link { font-size: 100%}
a:visited {color: #666666 }
a:visted { font-weight: bold}
a:hover { color: #999999}
a { 
text-decoration: none;
} 

a.nav:link {color: blue; text-decoration: none; }
a.nav:visited {color: blue; text-decoration: none; }
a.nav:hover {color: black; text-decoration: underline; }
a.nav:active {color: blue; } 
a.nav:visted { font-weight: normal}
