<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">H2.name{ 
	color: black;
	background-color: white;
	font-family: arial, sans-serif;
	font-size: 14pt;
	text-align: right
}

H3 { 	
	color: white; 
	background-color: #808080;
	font-family: arial, sans-serif;
	font-size: 12pt;
	line-height: 18pt;
	font-weight: bold;
	margin-top: 30px;
	text-indent: 10px;
	text-align: left;
}

P {
	color: black;
	background-color: white;
	font-family: times, serif;
	font-size: 12pt;
	line-height: 14pt;
	text-align: justify;
}

P.address {
	color: black;
	background-color: white;
	font-family: arial, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	text-align: right;
}

P.projects {
	font-family: arial, sans-serif;
}

P.lastModified {
	color: black;
	background-color: white;
	font-family: arial, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	text-align: left;		
}

.floatleft {
	float: left;
}

li {
	margin-bottom: 20px;
}

li.pa {
    margin-bottom: 10px;
}

.clearLeftAndTopMargin {
	clear: left;
	margin-top: 36px
}

.fullpage {
	margin:auto;
	text-align: center;
	width: 600px;
	
}

TR {
	vertical-align: top; 
}

a, a:visited {
	text-decoration: none;
	color: Navy;
	background: inherit;
}

a:hover {
	color: LightSeaGreen;
	background: inherit;
	text-decoration: underline;
}

TABLE {
	margin-left: 20px
}

TH {
	font-size: 11pt;
	line-height: 14pt;
	text-align: left;	
}

TD {
	font-size: 10pt;
	line-height: 14pt;
	text-align: left;	
}

UL {	
	font-family: serif;
	font-size: 11pt;
	text-align: left;	
}

body {
	margin:10px 0px auto; 
	padding:0px;
	text-align: center;
}
</pre></body></html>