<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-attachment: scroll;
	background-color: #CCCCCC;
	background-image: url(img/seminar_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	color: #333333;
}


a:link
	{
	color: #CC9900;
	text-decoration: underline;
	}

a:visited
	{
	color: #996600;
	text-decoration: underline;
	}

a:hover,
a:active
	{
	color: #CC9966;
	text-decoration: underline;
	}
</pre></body></html>