<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: Overlock;
	src: url('Overlock/Overlock-Regular.ttf') format("truetype");
	font-style: normal;
}

@font-face {
	font-family: Overlock;
	src: url('Overlock/Overlock-Italic.ttf') format("truetype");
	font-style: italic;
}

@font-face {
	font-family: Overlock;
	src: url('Overlock/Overlock-Black.ttf') format("truetype");
	font-weight: 900;
}

@font-face {
	font-family: Overlock;
	src: url('Overlock/Overlock-Bold.ttf') format("truetype");
	font-style: bold;
}

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	align: center;
}

body {
	font-family: Overlock, Helvetica, Arial, sans-serif;
	background-color: #7D6762; #70A0A0;
	&lt;!--background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;--&gt;
}

#str{
 	margin: auto 15%;
} 
#header{
 	height: 100px;
  	background-color: #BDC732; #E5EDB6; Gainsboro;
  	border: solid 1px #5E5B63;
	text-align: right;
//	float: right;
	padding: 0px 25px;
	padding-top: -5px;
	margin: 0px;
} 


.logo{
	margin: -10px;
	font-size: 96px; 	
	color: #5E5B63; CadetBlue; DarkGrey; #DDDDDD; 
 	float: left;
// 	width: 520px;
 	height: 50px;
	display: inline;
	font-weight: thin;
}


#title{
	margin: 0px 20px;
	font-size: 80px; 	
	color: #5E5B63; CadetBlue; DarkGrey; #DDDDDD; 
// 	float: right;
 	width: 520px;
 	height: 50px;
	display: inline;
}

#title h1 {
	font-size:80px;
	font-weight: normal;
	color: #5E5B63; CadetBlue; DarkGrey; #DDDDDD; 
	text-align: right;
	display: inline;
	margin: 5px 0px;
	padding-bottom: 0px;
}

#title h2 {
	font-size:64px;
	font-weight:normal;
	color: #5E5B63; Teal; Gainsboro; SlateGray; #999999;
	text-align: right;
	display: inline;
	margin-top: -20px;
	padding-top: 0px;
}

 
#content{
	border-left:solid 1px #5E5B63;
 	border-right:solid 1px #5E5B63;
	background-color: #818F1E; Silver;
	float: left;
	width: 99.9%;
	clear: both;
}

#contenttext{
	float:left; 
	padding: 3% 4%;
	background-color: #f4f3d7; #efeed1; #E7E5BB; #F7F7F7; 
	text-align: left;
	min-height: 500px;
	font-size: 18px;
	line-height: 22px; 
	border-top: dashed 1px #5E5B63; 
	clear: both;
	width: 92%;
}

#footer{
	clear: both;
	height: 24px;
	border: solid 1px #5E5B63;
	border-top: solid 1px #5E5B63; 
	background-color: #818F1E; #BDC732; CadetBlue; 
	color: #E5EDB6; Gainsboro; 
	padding: 2px;
}


#lastmod{
	margin-top: 15px;
	margin-bottom: -15px;
	padding-bottom: 0px;
	font-size: 16px;
	font-style: italic;
}

#menu{
	float: left; 
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #818F1E; #BDC732; Silver; 
}

#menu ul , #menu ul li {
	list-style: none;
	margin: 0px;
	padding-left: 0px;
	display: block;
	float: left;
}



#menu ul a:link, #menu ul a:visited {
	float: left;
	padding: 8px 14px;
	display: block;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	color: #E2D0C2; #E5EDB6; Teal;
}

#menu ul a:hover {
	background-color: #5E5B63; Teal;
	color: #E5EDB6; Gainsboro;
}


/*TEXT STYLES*/

#contenttext p {
	margin-top: 2px;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 22px; 
	padding-left: 2px;
}

a:link {
	color: #818F1E; MidnightBlue;
	font-weight: bold;
	text-decoration: none;
}


a:hover {
	color: #5E5B63; Teal;
}

a:visited:hover {
	color: #5E5B63; Teal;
}

a:visited {
	color: #7D6762; Purple;
	font-weight: bold;
	text-decoration: none;
}

.tpp60 a:link {
	color: CornflowerBlue;
	font-weight: normal;
	text-decoration: none;
}

.tpp60 a:hover {
	color: #5E5B63;
}

.tpp60 a:visited:hover {
	color: #5E5B63;
}

.tpp60 a:visited {
	color: CornflowerBlue;
	font-weight: normal;
}

#contenttext h1 {
	font-size: 26px;
	line-height: 23px; 
	margin-top: 5px;
	margin-bottom: 15px;
	color: Black; #818f1E; Teal;
}

#contenttext h2 {
	font-size: 22px;
	line-height: 20px; 
	color: #607010; #818F1E; Teal;
	margin: 2px;
	margin-top: 26px;
	text-decoration: underline;
}

#contenttext h3 {
	font-size: 20px;
	line-height: 24px; 
	margin: 2px;
	padding-top: 16px;
	color: #607010; #7D6762; #5E5B63; #818f1E; Teal;
}

#contenttext h4 {
	font-size: 20px;
	line-height: 25px;
	margin: 2px;
	margin-bottom: 16px;
	font-weight: normal;
}

#contenttext ul, ol {
	margin-top: 5px;
	margin-bottom: 15px;
	padding-left: 25px;
}

#contenttext ul li {
	//list-style-image:url('punkt.gif');
	font-size: 18px;
	line-height: 24px; 
}
#contenttext hr {
 	color: #5E5B63; Teal;
	padding: 0;
	margin-top: 25px;
	margin-bottom: 34px;
}
#contenttext table {
	margin-top: 5px;
	margin-bottom: 7px;
}
//#contenttext td {
//	padding-top: 5px;
//	padding-bottom: 10px;
//	padding-right: 10px;
//	border-bottom: 1px;
//}


.comment {
	color: FireBrick;
}

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