<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**** GENERAL ****/
body {
	background:#f4f4f4;
	margin: 0px;    
}
img {
	border: 0px;
}

/**** LOGO ****/
.logo {
	width: 600px;
	position: absolute;
	left: 50%;
	margin-left: -300px; 
}

/**** DESCRIPTION ****/
.descr {
	width: 600px;
	position: absolute;
	left: 50%;
	margin-left: -300px; 
	padding: 25px 0px 40px 0px;
}
.descr_title {
	font: 30px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	font-weight: bold;
	color: #000;
	width: 600px;
}
.descr_sub {
	font: 22px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #bbb;
	letter-spacing: 1px;
	position: absolute;
	top: 34px;
	left: 600px;
}
.descr_content {
	font: 13px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #555;
	width: 550px;
	padding: 15px 0px 0px 0px;
	line-height: 23px;
}
.descr_notes_first {
	font: 13px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #aaa;
	line-height: 28px;
	width: 60px;
	position: absolute;
	top: 83px;
	left: 600px;
}
.descr_notes_last {
	font: 13px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #555;
	line-height: 28px;
	width: 300px;
	position: absolute;
	top: 83px;
	left: 660px;
}
a.descr_link:link {
	text-decoration:none;
	color: #3f7684;
}
a.descr_link:visited {
	text-decoration:none;
	color: #3f7684;
}
a.descr_link:active {
	text-decoration:none;
	color: #3f7684;
}
a.descr_link:hover {
	text-decoration:underline;
	color: #555;
}

.descr_bg {
	background: #fff;
	width: 100%;
	height: 270px;
	position: absolute;
	top: 59px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #e0e0e0;
}

/**** PROJECT ****/
.project {
	font: 13px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #8a8a8a;
	width: 600px;
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -300px; 
}
.project img {
	padding-top: 20px;
	float: left;
	clear: both;
}
.project_title {
	font: 22px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	font-weight: bold;
	color: #333;
	padding: 30px 20px 0px 0px;
	float: left;
	clear: left;
}
.project_title_sub {
	font: 13px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #999;
	padding-top: 40px;
	float: left;
	clear: right;
}
a.project_link:link {
	text-decoration:underline;
	color: #999;
}
a.project_link:visited {
	text-decoration:underline;
	color: #999;
}
a.project_link:active {
	text-decoration:underline;
	color: #999;
}
a.project_link:hover {
	text-decoration:underline;
	color: #555;
}
.divider {
	width: 100%;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #d0d0d0;
	height: 10px;
	margin-top: 35px;
	float: left;
	clear: both;
}

.copy {
	font: 13px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #555;
	line-height: 23px;
	margin-top: 15px;
	margin-bottom: 10px;
	float: left;
	clear: both;
	width: 550px;
}

.awards {
	font: 13px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #555;
	line-height: 28px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	clear: both;
}
a.awards_link:link {
	text-decoration:none;
	color: #555;
}
a.awards_link:visited {
	text-decoration:none;
	color: #555;
}
a.awards_link:active {
	text-decoration:none;
	color: #555;
}
a.awards_link:hover {
	text-decoration:none;
	color: #3f7684;
}
.credits {
	font: 13px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	line-height: 28px;
	margin-top: 15px;
	float: left;
	clear: both;
}
.credits_first {
	color: #aaa;
	width: 140px;
	position: absolute;
}
.credits_last {
	color: #555;
	position: absolute;
	left: 150px;
}

/**** BOTTOM ****/
.bottom_border {
	width: 100%;
	height: 30px;
	background-color: #e0e0e0;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #d0d0d0;
	position: absolute;
	top: 5700px;
}
.bottom {
	font: 11px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #6a6a6a;
	width: 600px;
	position: absolute;
	left: 50%;
	margin-left: -300px; 
	padding: 7px 0px 0px 0px;
}
.bottom_right {
	position: absolute;
	left: 460px; /*total width - 140*/
	top: 7px;
}
a.bottom_link:link {
	text-decoration:none;
	color: #6a6a6a;
}
a.bottom_link:visited {
	text-decoration:none;
	color: #6a6a6a;
}
a.bottom_link:active {
	text-decoration:none;
	color: #6a6a6a;
}
a.bottom_link:hover {
	text-decoration:underline;
	color: #555;
}</pre></body></html>