<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-image: url('images/moonlitseabig.jpg'); 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	color: #ffff99;
	font-family: Verdana, sans-serif; 
	font-size: 16px;
	}
	
a:link {
	color: #ffff99;
	}
	
a:visited, a:focus, a:active {
	color: #ffffff;
	}
	
.space {
	padding: 0; 
	margin: 0 0 2px 0; 
	font-size: 13px;
	}

h1 {
	margin: auto;
	text-align: center;
	font-size: 0px;
	}

#header {
	width: 50%; 
	text-align: center;
	margin: auto;
	font-weight: bold;
	}

#container {
	float: left;
	width: 100%;
	}

#left {
	float: left;
	width: 230px;
	text-align: center;
	}

#left img {
	vertical-align: center;
	}

#right {
	float: left;
	margin: 30px 0 0 0;
	}
	
#right p {
	padding: 0; 
	margin: 0 0 2px 0;
	}

h3 {
	color: #ffff99;
	font-family: Verdana, sans-serif; 
	font-size: 16px;
	padding: 0;
	}
	
#bottom {
	clear: left;
	font-size: 15px;
	}

#bottom a {
	color: #ffff99; 
	font-weight: bold;
	}	

#footer {
	clear: left;
	font-size: 15px;
	text-align: center;
	}	

#footer a {
	color: #ffff99; 
	font-weight: bold;
	}	
	
/*Style for the Switch Menu */	
.menutitle{
	cursor:pointer;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color:#ffff99;
	width:250px;
	padding:2px;
	font-size: 14px;
	font-weight:bold;
	/*/*/border:none;/* */
	}
.submenu{margin-bottom: 0.5em;}
a.menu {color: #ffffff;}
/*End Switch Menu style*/</pre></body></html>