 BODY    { background-color: #dddddd;
 	   margin: 0px; margin-top: 20px;
	 }
 BODY.content{ background-color: white;
 	       margin: 10;
	 }
 
 TD      { font-family: arial,helvetica,sans-serif; }
 TD.intro{ font-size: xx-large; text-align: left;
	   color: black; font-weight: bold}
 TD.header{ font-size: large; text-align: left;
	    color: navy; font-weight: bold; }
 TD.trenntext { font-size: normal; text-align: left;
	    font-style: italic; font-weight: bold;}
 TD.nav { background-color: #dddddd; }
 
 TABLE.nav  { font-family: arial,helvetica,sans-serif;
           font-size: normal; font-style: italic;
	   text-align: left;
	   color: navy; font-weight: normal;
	   background-color: navy; height: 100%}

 A       { text-decoration: none; font-style: bold; color: navy; /* orange is #FF9900 */ }
 A:hover { color: #ff9900; /* background-color: #ffffff; */ }
 A.link  { color: black; }
 A.link:hover  { color: #FF9900; }
 
 P       { text-align: justify; color: #2A1F00; font-size: small;
           font-family: Arial,Helvetica, sans-serif; line-height: 130%;}
  
 HR      { height: 1; width: 100%; border: 0; }
 HR.orange { background-color: #FF9900; height: 15; }
 HR.navy   { background-color: navy; height: 10;}
 .adresse{ line-height: 150%; }
 .disclaimer { font-family: arial,helvetica,sans-serif;
               font-size: xx-small; text-align: right;
             }

 UL.square { list-style: square; line-height: 150%; }

