a:link    {color: blue; font-weight: bold}
a:visited {color: white}
a:active  {color: red}
a:hover   {color: yellow; font-weight: bold}
HTML {
	background-color: black;
}
BODY {
	font-family : 'Trebuchet MS', sans-serif ;
	font-size : 11pt;
    text-align: justify;
    color: #ff0080
}
td {
	font-family : 'Trebuchet MS', sans-serif ;
	font-size : 11pt;
    text-align: justify;
	color: #000;
     padding: 12px;
	 background-color: #999;
	 border: 1px solid black
}
th {
	font-family : 'Trebuchet MS', sans-serif ;
	font-size : 12pt;
    text-align: center;
    color: #000;
	background-color: #999
	padding: 10px;
}
H1 {
	font-family: 'Copperplate Gothic Bold', Impact, sans-serif;
	font-variant: small-caps; 
	color : white;
	font-size : 20pt;
	text-shadow: #000080 3px -3px 2px;
}
H2 {
	font-family: 'Copperplate Gothic Bold', Impact, sans-serif;
	font-variant: small-caps; 
	color : white;
	font-size : 12pt;
	text-shadow: #000080 3px -3px 1px;
}
.main {
    position: absolute; top: 0px; left: 50%; margin-left: -500px; height: 100%
}
.kader {
	border-top: 2px solid white;
	border-right: 3px solid black;
	border-left: 2px solid white;
	border-bottom: 3px solid black
}
.nl {color: #004 }
.fr {color: #400 }
.en {color: #040 }