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

	body {
		font-size: 1.2em;
		font-family: Arial;
		color: blue;
		background-color: skyblue;
	}
	
	h1 {
		font-size: 3em;
		font-family: Arial;
		text-align: center;
		background-color: white;
		text-decoration: bold;
		color: blue;
	}
	
	h2 {
		font-size: 1.5em;
		font-family: Arial;
		border-bottom: solid .2em blue;
		padding: 2px;
	}
	
	img.right {
		float: right;
		margin: 0 0 5px 0;
		border: double thick black;
	}	
	
	.clear {
		clear: both;
	}</pre></body></html>