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

	margin-top: 50px;
}

.list_carousel {
	padding: 0px 0 0px 0px;
	margin: 0px;
	/*padding: 15px 0 15px 40px;*/
		/*border-bottom: 15px double #d2d4d3;*/
	 /*border-top: 15px double #086f55;*/
	/* border-top: 15px double #d2d4d3;*/
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.list_carousel li {
	font-size: 30px;
	/*color: #666; */
	text-align: center;
	/* background-color: #f0f0f0;*/
	/*border: 5px solid #ccc;
	width: 50px;
	height: 50px;*/
	padding: 0;
	margin: 6px;
	/*margin: 0px;*/
	display: block;
	float: left;
}

.clearfix {
	float: none;
	clear: both;
}
.prev_btn {
				float: left;
				margin-left: 10px;
				background-image: url( ../images/gui-prev.png );
				background-repeat: no-repeat;
				margin: 10px;
				padding:10px;
			}
.next_btn {
				float: right;
				margin-right: 10px;
				background-image: url( ../images/gui-next.png );
				background-repeat: no-repeat;
				margin: 10px;
				padding:10px;
			}


/* unvisited link */
a:link {
   color: white;

}

/* visited link */
a:visited {
    color:white;
}

/* mouse over link */
 a:hover {
 	color: white;
}

/* selected link */
a:active {
    color: white;

}

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