<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('reset.css');

/* General Demo Style */
body{
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #e4ebe9;
}
a{
	color:#003399;
	text-decoration:none;
}
.clr{
	clear:both;
}
h1, h5{
	font-size:23px;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow:1px 1px 1px #fff;
	text-align:center;
	font-weight: bold;
	line-height: 24px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
h1 span, h5{
	font-size:26px;
	display:block;
	color:#333;
}
/* Header Style */
.header{
	height:25px;
	line-height:24px;
	font-size:13px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	z-index:4;
}
.header a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	text-align:right;
}
.header a:hover{
	color:#fff;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	position:absolute;
	right:4px;
}
.container h3 {
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
</pre></body></html>