
body { 
background: url(../gfx/bg_dark.jpg); 
background-position: top left;
background-attachment: fixed;
background-repeat: repeat;
font-family : Arial, Helvetica, sans-serif; 
margin-left : 7em; 
margin-top : 5em; 
margin-right : 7em; 
margin-bottom : 10em
 } 


  
p { 
 color : #FFFFFF;
 text-align : justify
  }
  
p.center { 
 color : #FFFFFF;
 text-align : center
  }
  

p.bottom_center { 
 color : #FFFFFF;
 text-align : center;
 font-size : small
  }
  
  

h2 {
   color : #FFFFFF
   }
  

a { color : #FFFF99 ; text-decoration : none }

a:hover { color : #CC0033; text-decoration : underline; font-style : italic }

