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

@font-face {
    font-family: 'SuperstarM54Regular';
    src: url('../fonts/superstar_m54-webfont.eot');
    src: url('../fonts/superstar_m54-webfont.eot?iefix') format('eot'),
         url('../fonts/superstar_m54-webfont.woff') format('woff'),
         url('../fonts/superstar_m54-webfont.ttf') format('truetype'),
         url('../fonts/superstar_m54-webfont.svg#webfontKUykSuk5') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background-image: url(../images/clouds-bg_01a.jpg);
	background-position: bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #06C;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
a:link {
	color: #06F;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06F;
}
a:hover {
	text-decoration: underline;
	color: #09F;
}
a:active {
	text-decoration: none;
}
img {
	border: none;
}
hr {
	color: #ffd200;
	background-color: #ffd200;
	height: 5px;
	border: none;
}
.h1 {
	font-family: 'SuperstarM54Regular', Arial, Helvetica, sans-serif;
	font-size: 26px;
	margin: 5px 0px;
}
.h2 {
	font-size: 18px;
	font-weight: bold;
}
.h3 {
	font-family: 'SuperstarM54Regular', Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.h6 {
	font-size: 10px;
}

#wrapper {
	width: 800px;
	margin-left: 20px;
	margin-top: 20px;
}
#header {
	height: 150px;
	margin-bottom: 20px;
}
#logo {
	margin-left: -10px;
	float:left;
}
#menu, #menu a:link, #menu a:visited {
/*	height: 150px;*/
	position:relative;
	top: 66px;
	color: #ffd200;
	font-family: 'SuperstarM54Regular', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	}
#menu a:hover {
	color: #FF9;
}
.main {
	background-color: #FFF;
	color: #002d62;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-bottom: 20px;
}
.sponsor {
	text-align: right;
}</pre></body></html>