<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{ font: normal 90% Arial, Helvetica, sans-serif;
  background: #ccc url(../images/thema-backgrounds/zomer_background.png) repeat;
  color: #000;
}

#site_content
{
  width: 940px;
  overflow: hidden;
  margin: 0 auto;
  background: #ccc url(../images/background_light.png) repeat;
}

@font-face {
    font-family: Zomer;
    src: url(/includes/zomer.ttf);
}

#divzomer{
	color:#fff;
	text-align:center;
	font-size:42px;
    font-family: Zomer;
}</pre></body></html>