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

		
	html { 
		background: #7185b7  center top no-repeat;
	}
	
			
	#Wrapper {
		background-color: #ffffff;
	}
	

/********************** Fonts **********************/

 	body, button, input[type="submit"], input[type="reset"], input[type="button"],
	input[type="text"], input[type="password"], input[type="email"], textarea, select {
		font-family: Verdana, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	#menu &gt; ul &gt; li &gt; a, a.button, input[type="submit"], input[type="reset"], input[type="button"], .ui-tabs .ui-tabs-nav li a, .post .desc .meta {
		font-family: Verdana, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h1 {
		font-family: Verdana, Arial, Tahoma, sans-serif;
		font-weight: 100;
	}
	
	h2 {
		font-family: Verdana, Arial, Tahoma, sans-serif;
		font-weight: 100;font-weight: bold;
	}
	
	h3 {
		font-family: Verdana, Arial, Tahoma, sans-serif;
		font-weight: 100;
	}
	
	h4 {
		font-family: Verdana, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h5 {
		font-family: Verdana, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h6 {
		font-family: Verdana, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}


/********************** Font sizes **********************/

/* Body */

	body {
		font-size: 13px;
				line-height: 20px;		
	}
	
/* Headings */
	
	h1 { 
		font-size: 24px;
				line-height: 24px;
	}
	
	h2 { 
		font-size: 13px;
				line-height: 13px;
	}
	
	h3 {
		font-size: 19px;
				line-height: 21px;
	}
	
	h4 {
		font-size: 19px;
				line-height: 22px;
	}
	
	h5 {
		font-size: 16px;
				line-height: 18px;
	}
	
	h6 {
		font-size: 14px;
				line-height: 18px;
	}
	
/* Footer */
	#Footer {
	    font-size: 90%;
	    line-height: 122%;
	}
	
/* Grey notes */

	.Recent_comments li span.date, .Latest_posts span.date {
		font-size: 92%;
	    line-height: 130%;
	}	
</pre></body></html>