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

* {
	margin:0;
	padding:0;
}





body,h1 {
	color: black;
	font-family: geneva,sans-serif;
	font-size: 9px;
	letter-spacing: 2px;
	line-height: 10px;
	font-weight: normal;
	background-color: #EBEBEB;
}

h1 {
	border-bottom:1px solid black;
	display:inline;
}

a:link {
	color: #000;
	text-decoration:none;
}
a:visited {
	color: #000;
	text-decoration:none;

}
a:hover {
	color: #FFF;
	text-decoration:none;

}
a:active {
	color: #FFF;
	text-decoration:none;

}


#wrapper {
	position:absolute;
	top:0;
	left:0;
	margin:40px;
}


#intro &gt; div.col {
	width:380px;
	float:left;
	margin-right:20px;
}

#content {
	float:left;
	margin: 120px 0 60px 0;
}

.pub{
	float: left;
	margin: 0 100px 50px 0;
	width:180px;
	height: 200px;
	/*max-width: 225px;*/
}

#colophon {
	width:400px;
	float: left;
	margin-bottom:160px;
	margin-top:20px;
}

.pub .title {
	clear:both;
}











	





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