<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

BODY {
	background-color: #181818;
	margin: 20;
}

BODY, TABLE {
	font-family:  Georgia, Times New Roman, Times, serif;


	/* "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; */
	/* Helvetica, Arial, sans-serif; */
	font-size: 12px;
	font-style: normal;
	line-height: 140%;
	color: #FFFFFF;
}

A:link, A:active, A:visited {
	text-decoration: none;
	font-style: normal;
	color: #858585;
} 
 
A:hover {
	text-decoration: none;
	font-style: normal;
	color: #FFFFFF;
	background: #858585

}

h2 {
  margin:1.5em 0 .75em;
  font:130% Georgia,Serif;
  /* "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; */
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#FFF;
  }
  
h3 {
  font:80% Georgia,Serif;
  /* "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; */
  letter-spacing:.2em;
  color:#858585;
  }
  
  .post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#FFF;
  }



.hr {
  font:50% "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  line-style: dotted;
  color: #858585;
}

.info{
 text-decoration: none;
	color: #FFFFFF;
} 

.info a {
 text-decoration: none;
	color: #93A827;
	background: #000000
} 

.info a:hover{
 text-decoration: none;
	color: #FFFFFF;
	background: #000000
} 

.recent{
 text-decoration: none;
	margin-left: 5px;
	padding-left: 5px;
} 


.calendarheader{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: bold;
	line-height: 140%;
	color: #302B11;
	text-decoration: none;

	
}


.calendarheader a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: bold;
	line-height: 140%;
	color: #302B11;
	text-decoration: none;

	
}


.calendarheader a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: bold;
	line-height: 140%;
	color: #FFFFFF;
	text-decoration: none;

}


/*---------------------------------------SLIDESHOW------------------------------------------*/


#slideshow {
	width: 640px;
	height: 425px;
	display: block;
	}


#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #FFFFFF;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid #858585;
font:normal 11px Arial;
color: #858585;
line-height:10px;
z-index:100;
border-right: 3px solid #858585;
border-bottom: 3px solid #858585;
visibility: hidden;
}


/*---------------------------------------HINTBOX------------------------------------------*/

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #ebebeb;
width: 150px; /*Default width of hint.*/ 
padding: 6px;
border:1px solid #858585;
font:normal 11px Arial;
color: #858585;
line-height:14px;
z-index:100;
border-right: 3px solid #858585;
border-bottom: 3px solid #858585;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
 font-size: 9px; 
}





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