
body         
  {    
  font-family: "Times"; 
  font-size: 12pt;  
  color: #A50022;
  margin:10pt;
  background-color:#FFFFB4;
  background-image:url(images/background_hell.png);
  background-repeat:repeat;
  background-attachment:fixed;
  scrollbar-base-color:#8C450A;
  scrollbar-3dlight-color:#B36E30;
  scrollbar-arrow-color:#F7C257;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#8C450A;
  scrollbar-highlight-color:#B36E30;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#F7C257;
  }

h1,h2,h3,h4,h5,h6,a,p 
  { 
  font-family: "Times";
  }  

//p, td
  {
  color: black;
  }

h1
  {
  font-size: 18pt;
  font-weight: bold;
  text-align: center;
  font-variant: small-caps;
  }

h2
  {
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
  }

h3
  {
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  }

h4
  {
  font-size: 14pt;
  text-decoration: underline;
  font-weight:normal;
  text-align:left;
  }

#fett
  {
  font-weight: bold;
  }

a
  {
  color: #CC6633;
  }

a:hover
  {
  color: #CC6633;
  text-decoration: underline;
  }

hr
  {
  color: #663300;
  size:1;
  }
