<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face { 
  font-family: Yanone Kaffeesatz; 
    src: url('../fonts/YanoneKaffeesatz-Regular.eot'); 
    src: local("Yanone Kaffeesatz"), url('../fonts/YanoneKaffeesatz-Regular.ttf'); 
} 

@font-face { 
  font-family: News Cycle; 
    src: url('../fonts/NewsCycle-Regular.eot'); 
    src: local("News Cycle"), url('../fonts/NewsCycle-Regular.ttf'); 
} 
 
#slideshow-caption {
	width: 900px;
	height: 50px;
	position: absolute;
	z-index: 500;
	top: 10px;
}
 
#slideshow-caption .slideshow-caption-container {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	z-index: 1000;
}
 
#slideshow-caption p {
	padding: 0;
	font-family: "Abadi MT Condensed Light";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

/* styling for the slideshow on the homepage */
ul.slideshow {
	width: 900px;
	height: 450px;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}
  
ul.slideshow li {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  list-style: none;}
 
ul.slideshow li.show {
  z-index: 500;}
#slideshow-caption, #slideshow-caption p {
	color: #C30;
	background-color: #F8F8F8;
}
</pre></body></html>