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

p
{
text-align:center;
}

.liste
{
position:absolute;
top:200px;
right:300px;
}

.image
{
position:absolute;
top:200px;
left:300px;
}
 
img
{
border:none;
}

ul
{
font-style:italic;
list-style-type:circle;
color:#9fdc42;
margin-right:10px;
}

a, a:visited, a:hover
{
color:gray;
text-decoration:none;
font-family:clockopia,verdana,arial,"times new roman",serif;
}</pre></body></html>