﻿* { color: white; font-family: Trebuchet MS; font-size: 10pt } 
body { background-color: #000033; }

h1 { color: white;
     font-size: 16pt;
     text-align: center;
	 font-weight:bold 
    }

h2 { 
     color: white;
     font-size: 11pt;
	 font-style: italic;
	 text-align: center
   }

h3 { 
     color: white;
     font-size: 10pt;
	 font-weight: normal
   }
   
em { color: blue;
     font-style: italic;
   }

strong { color: #5188C0;
         font-size: 100%; 
       }

a:link { color: #5188C0; font-size:10pt; }
a:visited { color: #DDE7F2; font-size:10pt }

th.didascalia { font-size: 89%}
th.categorie { color: #5188C0; font-size:10pt; font-weight: bold; text-align: center }

span.importante { color: white; font-weight:bold; font-size:10pt }