<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!--
body {
	background-color : #000000;
	background-image: url("img/blood.gif");
	/*background-repeat: no-repeat;
	background-position: right;*/
}

table {
	/*background-color : #000000;*/
}

.texte {
	/*font-family : arial;*/
	font-weight : normal;
	font-size : 12pt;
	color : #cccc99;
}


a {
	font-weight : normal;
	font-size : 12pt;
	color : #00ff00;
	text-decoration : none;
}

a:hover {
	color : #00ff00;
	background-color : #ff0000
}

--&gt;
</pre></body></html>