<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Style sheet basic
 */
body
{
	margin:0px 0px 24px 0px;
	padding:0px;
}

h1
{
	font-weight:bold;
}

h2
{
	font-weight:bold;
}

a
{
	text-decoration:none;
	font-size:1.0em;
	color:#a84204;
}

a:hover
{
	text-decoration:underline;
	color:#a84204;
}

#copyright a
{
	font-size:1.0em;
}

img
{
	vertical-align:middle;
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}
</pre></body></html>