/* the bit that does the work */
body {
  margin:0;
  border:0;
  padding:0;
  background:#424242; 
  font-family: Arial, Helvetica;
  font-size: 11px;
  color: #ffffff;
  background-image:url(../fr/images/cnt_lin.gif);
  background-position:center;
  background-repeat:repeat-y;
}

td {
  font-family: Arial, Helvetica;
  font-size: 11px;
  color: #ffffff;
}

h1{
font-family: Arial, Helvetica;
font-size: 12px;
color: #a6c4e8;
margin-bottom:0px;
font-weight:bold;
}

h2{
font-family: Arial, Helvetica;
font-size: 11px;
color: #a6c4e8;
}

a, a:link, a:visited, a:active{
color: #a6c4e8;
text-decoration:undeline;
}

a:hover, a:visited:hover{
color: #a6c4e8;
text-decoration:none;
}

li{
list-style-image:url(../fr/images/dot.gif);

}

.smallcaps{
font-variant:small-caps;
}

.hrdashed	{
margin-top:5px;
margin-bottom:5px;
margin-left:0px;
margin-right:0px;
padding:0px;
display:block;
border-bottom: 1px dotted #828081;
}