<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul.news li {
	display: block;
	margin-bottom: 5px;
	padding: 9px;
}

ul.news li p.dateline {
	color: #000;
	font-size: 0.7em;
	padding-bottom: 0.3em;
}

ul.news li h2 {
	font-size: 0.9em;
	padding: 0;
	text-transform: uppercase;
}

ul.news li h2 a {
	font-size: 100%;
}

ul.news li h2 a:hover {
	background: none;
	text-decoration: underline;
}

ul.news a, .linklike {
	font-size: 84%;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

ul.news a.more {
}

ul.news .lightbox {
	display: inline;
	margin-bottom: 4px;
}

ul.news li p.summary {
	font-size: 0.75em;
	line-height: 1.25em;
}

ul.news li.off p.dateline {
	/*color: #a3a352;*/
	
}

ul.news li.off h2, ul.news li.off h2 a, ul.news li.off p.summary {
	color: #000;
}


/* On-state items */

ul.news li.on {
	background: #f200e6;
	cursor: pointer;
}

ul.news li.on p.dateline, ul.news li.on p.summary, ul.news li.on h2 {
	color: #fff !important;
}

ul.news li.on a {
	color: #fff;
}

ul.news li.on a:hover {
	background: #fff;
	color: #ef00eb;
}


/* News: selected */
ul.news li.current {
	padding: 0;
}

ul.news li .news-item-current {
	background: url("../images/news/current.png") no-repeat 0 0;
	height: 56px;
	width: 258px;
}


/* About page listing */

ul.news-about li {
	display: block;
	margin-bottom: 5px;
	padding: 9px 9px 0 9px;
	width: 240px;
}

ul.news-about li p.dateline {
	font-family: monospace;
	font-weight: bold;
	padding-bottom: 16px;
	text-transform: uppercase;
}

ul.news-about li p {
	color: #fff;
	font-size: 0.75em;
	padding-bottom: 9px;
}

ul.news-about li h2 {
	font-size: 0.9em;
	padding-bottom: 10px;
	text-transform: uppercase;
}

ul.news-about a, .linklike {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

ul.news-about a {
	font-size: 0.9em;
}

ul.news-about li.off a, .linklike {
	color: #ef00eb;
}

ul.news-about li.off a:hover {
	text-decoration: underline;
}

ul.news-about li p.summary {
	font-size: 0.75em;
}

ul.news-about li.off {
	background: #660066;
}

ul.news-about li.off p.dateline {
	color: #a3a352;
}

ul.news-about li.off h2 {
	color: #fff;
}

ul.news-about li.off p.summary {
	color: #fff;
}

ul.news-about li.on {
	background: #F100ED;
	cursor: pointer;
}

ul.news-about li.on p.dateline, ul.news-about li.on p.summary, ul.news-about li.on h2 {
	color: #fff !important;
}

ul.news-about li.on a {
	color: #fff;
}

ul.news-about li.on a:hover {
	background: #fff;
	color: #ef00eb;
}

</pre></body></html>