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

/* This is the top layer of CSS that everything else inherits */

body 
	{
	background-color:		#001500;
	font-family: 			Arial, sans-serif;
	font-size: 				100.01%;
	line-height: 			1.1;
	font-variant: 			normal;
	text-transform: 		none;
	color:					#000000;
	font-weight:			normal;
	font-style:				normal;
	text-decoration:		none;
	text-align:				center;
	margin:					0;
	padding:				0;
	}

img
	{
	border:					0;
	margin:					0;
	padding:				0;
	}

hr
	{
	margin-top: 			12px; 
	margin-bottom: 			12px; 
	margin-left: 			0px; 
	margin-right: 			0px;
	}

div
	{
	margin: 				0 auto;
	padding:				0;
	border:					0;
	}

input, select, textarea, label
	{
	margin:					0;
	}

table
	{
	border-collapse:		collapse;
	margin:					0 auto;
	padding:				0;
	border:					0;
	}
	
th,td
	{
	padding:				0;
	border:					0;
	}
	
a
	{
	text-decoration:		none;
	}
	
h1, h2, h3, h4, h5, h6,
p, pre, blockquote, span
	{
	margin:					0;
	padding:				0;
	}</pre></body></html>