<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background: #880000;
	color: White;
	}
	
a:link {
	color: white;
}	
	
a:active {
	color: yellow;
}

a:visited {
	color: yellow;
}

#leftlogo {
	width: 150px;
	margin-top: 0px;
	margin-left: 0px;
}

#logo {
	width: 588px;
	margin-top: -61px;
	margin-left: 150px;
}

#logo2 {
	width: 588px;
	margin-top: 0px;
	margin-left: 150px;
}

#menu {
	width: 150px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
}


#text {
	margin-left: 150px;
	margin-top: -250px;
	width: 588px;
	text-align: justify;
}


h1 {
	font: italic large Times New Roman;
	color: White;
	font-weight: bold;
}

h2 {
	font: small Times New Roman;
	color: White;
}

h3 {
	font: normal x-small Verdana;
}</pre></body></html>