<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #fff;
}

#nav {
	height: 100%;
	overflow: hidden;
	padding: 7px;
	margin-top: 5px;
	background-color: #E2EBF0;
}

#nav h1 {
	font: bold +3em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	letter-spacing: -0.1ex;
	color: #435266;
	float: left;
	vertical-align: middle;
	margin: 0;
	padding: 0 0 0 0;
}

#nav h1 a {
	color: #333f57;
	border: none;

}

#nav h1 a:visited {
}

#nav h1 a:hover {
	background-color: #E2EBF0;
	border-bottom: thick solid #f489a7;
}

#nav li {
	display: inline;
	padding: .5px;
	margin: 5px;
}

#nav li a.selected {
	color: #333f57;
	border-style: none;
	font-weight: bold;
}

#nav ul {
	list-style: none;
	text-align: right;
	float: right;
	vertical-align: middle;
	padding: 0;
	margin-top: 1.5em;
}

img {
	margin: 2%;
}

.project_img {
	border: 2px solid #B5CAD0;
	display: block;
	padding: 5px;
	float: none;
}

h1 {
	font: +3em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	letter-spacing: -0.1ex;
	color: #435266;
}

h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	letter-spacing: -0.1ex;
}

h3 {
	letter-spacing: -0.1ex;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #F05681;
}

a:link {
	border-bottom-style: solid;
	border-bottom-width: thin;
}

a:hover {
	color: #f2eade;
	background-color: #F489A7;
}

a:visited {
	border-bottom-style: dashed;
	border-bottom-width: thin;
}

.command {
	margin-bottom: 1ex;
	margin-top: 1ex;
	font: bold 0.85em Courier, "Courier New";
}

code {
	margin-bottom: 1ex;
	margin-top: 1ex;
	font: bold 0.85em Courier, "Courier New";
}
</pre></body></html>