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


body {
	background-color: #8888FF;
	font: 12px Verdana, Tahoma, Arial, sans-serif; 
	color: #222222; 
   	margin :2px auto;
	min-width: 772px; 
	padding-left:2px;
}

a {
	COLOR: #0000C1; text-decoration : underline;
}
a:active {
	COLOR: #0000C1; text-decoration : underline;
}

a:link {
	COLOR: #0000C1; text-decoration : underline;
}
a:visited {
	COLOR: #0000C1; text-decoration : underline;
}
a:hover {
	COLOR: #cc0000; text-decoration : underline;
}


a.navi {
	COLOR: #333333; text-decoration : underline;
	font-size:8pt;
}
a.navi:active {
	COLOR: #333333; text-decoration : underline;
 	font-size:8pt;
	}

a.navi:link {
	COLOR: #333333; text-decoration : underline;
 	font-size:8pt;
}
a.navi:visited {
	COLOR: #333333; text-decoration : underline;
 	font-size:8pt;
}
a.navi:hover {
	COLOR: #006600; text-decoration : underline; 	
	font-size:8pt;
}

td.navt { 
	padding-top:4px; 
	padding-bottom:4px;
	font-size:8pt; color:#333333;	
	}

td { 
	font-size:8pt; color:#333333;	
	}


input.frm {
	color: #ffffff;
	background-color:#0000C1;
	border:0px none;; font-style:normal; font-variant:normal; font-weight:normal; line-height:95%; font-size:120%; font-family:Arial, Helvetica, sans-serif
}
select {
	font: 120%/95% Arial, Helvetica, sans-serif;
	border:1px #009966 solid; 
}
textarea {
	font: 8pt Arial, Helvetica, sans-serif;
	border:1px #009966 solid; 
	width:auto;
}


.articleListCatTD {
	PADDING-LEFT: 5px; 
	BACKGROUND: #fff; 
	PADDING-BOTTOM: 3px; 
	FONT: bold 10pt arial, helvetica, sans-serif; 
	PADDING-TOP: 3px; 
	BORDER-bottom: #cccccc 1px solid;
}

.articleListSummary {
	PADDING-LEFT: 5px; 
	BACKGROUND: #fff; 
	PADDING-BOTTOM: 3px; 
	FONT: 10pt arial, helvetica, sans-serif; 
	PADDING-TOP: 3px; 
	BORDER-bottom: #cccccc 1px solid;
}
.articleListDateAuthor {
	PADDING-LEFT: 5px; 
	BACKGROUND: #E9EAE7; 
	PADDING-BOTTOM: 3px; 
	FONT: 8pt arial, helvetica, sans-serif; 
	PADDING-TOP: 3px; 
	BORDER-bottom: #cccccc 1px solid;
}

.articleListReviews {
	PADDING-right: 5px; 
	BACKGROUND: #FDFEFC; 
	PADDING-BOTTOM: 1px; 
	FONT: 8pt arial, helvetica, sans-serif; 
	PADDING-TOP: 1px; 
	BORDER-bottom: #cccccc 1px solid;
}

#articleListReviews a:link, #articleListReviews a:visited {
	COLOR: #0000ff;
}

#articleListReviews a:hover {
	COLOR: #cc0000;
}

a.articleListCat:link, a.articleListCat:visited {
	COLOR: #008888;
}

a.articleListCat:hover {
	COLOR: #000091;
	background-color:#FFFFCC;
}

a.articleListHeadline:link, a.articleListHeadline:visited {
	COLOR: #000091;
}
a.articleListHeadline:hover {
	COLOR: #008888;
}


/* navigation beetween page */
.pages {
    padding: 1em 1em 2em 1em;
    margin: 1em 0;
    font-size: 10px; 
	font-weight:bold;
}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
}

.pages span.current {
    border: 1px solid #333;
    font-weight: bold;
    background: #0000C1;
    color: #fff;
}

.pages a {
    border: 1px solid #009933;
    text-decoration: none;
}

.pages a:hover {
    border-color: #333;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    color: #666;
}

.pages span.nextprev {
        border: 1px solid #ddd;
        color: #999;
}

h1 { 
	font: 12pt bold arial, helvetica, sans-serif
	color:#0000C1;
}

h2 { 
	font: 10pt bold arial, helvetica, sans-serif
	color:#0000C1;
}</pre></body></html>