<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url(top.css);
@import url(menu.css);
@import url(body.css);
@import url(content.css);
@import url(slideshow.css);

body
{
	font-family: Verdana;
	font-size: 12px;
	background: #8B999A;
	margin: 0;
	padding: 0 0 50px 0;
}

div.clear
{
	float: none;
	clear: both;
}
</pre></body></html>