﻿* {
   padding: 0;   
   margin: 0;   
}

body {
  background-image: url(papier.jpg); 
  background-repeat: no-repeat;  
  background-attachment: scroll;   

  background-color: #010101;
  background-position: center;   
  position: relative;
  font: 12pt Bangle, Georgia, Times, serif;  
  text-align: left; 
      
  color: #240B3B;
    font-size: 12pt;  
  line-height: 1.2;  
}       


h1 {
   color: #660000;
   font-family: Bangle, Georgia, Times, serif;   
    font-weight: bolder;
   font-size: 18pt;      
   text-indent: 0px;
  
}

h3 {
   Color: #660000;
   text-indent: 0px;   
   font-style: bold;
}



#mother {
   margin-top: 10px;
   width: 850px;   
   margin: 0 auto;   
   
}
                           
#header {
   margin-left: 150px;
   margin-top: 100px;
   height: 60px;   
   padding: 20px 0px;    
   font-weight: bold;
  
}


ul {
   list-style-type: circle;
   list-style-position: inside;    
   marker-offset: auto;
		 }

