<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background: #ffffaa;
}

h1 {
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	border-top: medium none;
	border-right: medium none;
	border-bottom: medium none;
	border-left: medium none;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: center;
	white-space: normal;
}
h3 {
	margin:20px;
	color: blue;
}

h6 {
	color: #CC6600;
	font-weight: bolder;	
}
h4 {
	color: #CC6600;
	font-weight: bolder;
	margin:40px;
}

img {
  background-color:#dddddd; 
  border:1px solid #b0b0b0; 
  padding:0px;
  display: block; /*centrer l' image*/
  margin: auto; 
  }

td,th {
	color: #FF0000;
	border:none;
}  
table {
	 border:none;
	 margin-left: auto;
     margin-right: auto;
}
	</pre></body></html>