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

body { 
	font-family: helvetica, arial, sans-serif; 
	background: rgb(235,235,235);
	color: rgb(40,40,40);
	margin-top: 40px;
	margin-left: 40px; 
	margin-right: 40px;
}

/* Headers */

h1		  { font-weight: 500; margin-top: 36px; margin-bottom: 10px; }
h2,h3,h4  { font-weight: 500; margin-top: 14px; margin-bottom: 8px; }

.title 	  { 
	font-weight: normal; 
	font-size: 250%; 
	line-height: 1.2em;
	color: rgb(0,128,250); 
}

.subtitle { 
	font-weight: normal; 
	font-size: 125%;
}

.description { margin-top: 24px }

.project  { margin-top: 24px; margin-bottom: 10px; }

.appicon  { float: left; margin-top: 2px; margin-bottom: 2px; margin-right: 10px }
.floating { float: left; margin-top: 2px; margin-bottom: 2px; margin-right: 10px }

.noindent { margin-left: 0; }
.indent   { margin-left: 2%; }
.small	  { font-size: 75%; }
.address  { margin-top: 40px; text-align: center; font-size: small }

a:link,a:visited,a:active  { text-decoration: none; color: rgb(0,96,192) }

ul	  	  { margin-top: 0.5em; padding-bottom: 1em; }
ul li	  { list-style-type: disc; padding-bottom: 5px; }
ul ul li  { list-style-type: circle; padding-bottom: 2px; }

pre,xmp   { font-family: monospace; }
code	  { font-family: monospace; }

td	  	  { font-family: helvetica, arial, sans-serif; }

div.indented { margin-left: 10%; font-family: helvetica, arial, sans-serif; }
div.noindent { margin-left: -9%; font-family: helvetica, arial, sans-serif; }

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