body {
  margin-top:    5px;
  margin-bottom: 5px;
  margin-left:  20px;
  margin-right: 10px;
}

body, table  {
  color: black;
	background-color: white;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
}

h1 {font-size:14pt; font-weight:bold; color:#666666;}
h2 {font-size:13pt; font-weight:bold; color:#666666;}
h3 {font-size:11pt; font-weight:bold; color:#666666;}
h4 {font-size:9pt;  font-weight:bold; color:#666666;}

p,ul,ol   {margin-top:10px; margin-bottom:10px;}

a:link    {color:#336699; text-decoration:none; font-weight:bold;}
a:visited {color:#336699; text-decoration:none; font-weight:bold;}
a:hover   {color:red; text-decoration:none; font-weight:bold;}

td {vertical-align:top;}

table.liste    { border-collapse: collapse; }
table.liste th { text-align:left; padding:2px; padding-left:5px; }
table.liste td { padding:2px; padding-left:5px; padding-right:5px; }
