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

	This imports CSS styles from Chris Ereneta's site, so he can continue to make updates
	and bug-fixes over time.
	
	IN CASE OF EMERGENCY, BREAK GLASS

	If the CSS should break, e.g. if Chris' site goes down, you could revert to a 
	local version of the stylesheet (as it stood at the time of launch) by changing
	the @import code below to read:
	
	 @import url('mda2013_launch.css');

*/

 @import url('mda2013_launch.css');

 
 /* -----------------------------------------  Here are styles that Mike monkeys with. -------------------------------------------*/

/*  This controls the vertical alignment of "bigpicture.jpg" on every page it appears.
    Use 0% to focus on the top third of the image, 50% to focus on the 
middle, 
    100% to get the bottom third, and anything in between you like. */
 
.bigPicture {
	 background-position: 0 35%;
 }
 
</pre></body></html>