<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #000;
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	width: 100%;
	background-position: center top;
	margin: 0px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#content p a img {
	margin: 3px;
	border-radius:6px;
}
.btn a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	width: 200px;
	height: 50px;
	padding-top: 25px;
	border: 1px solid #FFF;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	margin-bottom: 20px;
}
.btn a:hover {
	color: #000;
	background-color: #FFF;
}
#button {
	width:440px;
	margin-right:auto;
	margin-left:auto; 
}
#form {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
form input {
	width: 200px;
	height: 30px;
	margin-bottom: 25px;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border:none;
	border-radius: 6px;
}
#submit {
	background-color: #A6DE98;
	color: #000;
}
#banners {
	clear: both;
}
p.websites {
	margin: 0px;
	text-align: center;
}
#topmenu {
	text-align: center;
	color: #FFF;
	margin-top: 15px;
}
#topmenu a {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#top {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
.logo {
	margin-left: 20px;
	vertical-align: top;
}
#topmenu .current {
	color: #99DF97;
}
.green {
	color: #A6DE98;
}
#intro {
	text-align: center;
	font-size: 13px;
	margin-bottom: 40px;
	margin-top: auto;
	margin-left: auto;
}
#intro a {
	text-decoration: none;
	color: #FBF79B;
	font-style: italic;
	font-weight: bold;
}
h1{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 2.5em;
	color: #A6DE98;
}
h2{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
}
.name {	font-size: 85px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
</pre></body></html>