<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
 * Example of RSS Ticker Styling
 *
 */

body {
	margin: 1em 3em;
	font-family: Tahoma, Genevam, sans-serif;
}

.rssFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 1em;
}
.rssFeed a {
	color: #000;
	text-decoration: none;
}
.rssFeed a:hover {
	color: #000;
	text-decoration: underline;
}

.rssHeader { 
	padding: 0.2em 0;
	display: none;
}

.rssBody { border: 0px solid #666; }
.rssRow h4, .rssRow p, .rssRow div {
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-top: -10px;
}
.rssRow h4 {
	color: #3366CC;
}

.rssRow title {
	color: #3366CC;
	line-height: 1em;
	font-size: 18px;
	font-weight: normal;
}

.rssRow h6 {
	color: #3366CC;
	display: none;
}

#rssdate {
	color: #3366CC;
	font-size: 18px;
	text-align: left;
	margin-top: 15px;
}

#tickeraktu {
	text-align: left;
}

#ticker1 .odd { background-color: #75%000000; }
#ticker1 .even { background-color: #55%000000; }

#ticker2 .odd { background-color: #75%000000; }
#ticker2 .even { background-color: #55%000000; }</pre></body></html>