body {
	background-color: #FFFFFF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}

a.liste {font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif; color: #333333; font-weight: normal; text-decoration: none;}
a.liste:hover {font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif; color: #CC0000; font-weight: normal; text-decoration: none;}

.table1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

	background-color: #FFFFFF;
}
.table2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
.table3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-width: 2px;
	background-color: #FFFFFF;
}
