h1.tpr { font-size : 300% ;
         color : red ;
     text-align : center ;
     text-decoration : underline ;
     font-weight : normal ;
   }

h2.tpr { font-size : 200% ;
     color : red ;
     text-align : center ;
     font-weight : normal ;
   }

h3.tpr { font-size : 160% ;
     color : black ;
     text-align : center ;
     font-weight : normal ;
   }

h4.tpr { font-size : 140% ;
     color : black ;
     text-align : center ;
     font-weight : normal ;
   }

h5.tpr { font-size : 120% ;
     color : black ;
     text-align : center ;
     font-weight : normal ;
   }

h6.tpr { font-size : 100% ;
     color : black ;
     text-align : center ;
     font-weight : normal ;
   }


p {
   text-align : left ;
   color : black ;
  }

p.signature {
             text-align : right ;
	     color : black ;
	     font-size : 200% ;
	     font-style : italic ;
	    }
p.retours {
           text-align : center ;
	  }

.tru {
     color : black ;
     text-align : left ;
     font-weight : normal ;
   }
   
h1.tru { font-size : 160% ;	 
   }

h2.tru { font-size : 150% ;     
   }

h3.tru { font-size : 140% ;
   }

h4.tru { font-size : 130% ;
   }

h5.tru { font-size : 120% ;
   }

h6.tru { font-size : 110% ;
   }

html {
      background-color : #AEF ;
     }

dt {
    font-size : 120% ;
    color : blue ;
   }

dd {
    color : black ;
    font-style : italic ;
   }

li {
   color : black ;
   font-style : italic 
   }

li ul li {
    font-size : 90% ;
    color : black ;
    font-style : italic ;
   }


body {
   font-size : 120% ;
     }


