<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body{
	
    height: 90%;
    margin: 0;
    padding: 0; 
}

body { background-color: #333; /* light gray*/ font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 500; font-size: 35px; color: #ffffff; /* dark gray */}

h1, h2, h3, h4, h5, h6 { font-family: Verdana, serif; font-style: normal; color: #ff3d6d; } 

h1{
	margin-bottom:10px; 
	margin-top:0px; 
	text-align:center; 
	font-family: Arial Black,Arial Bold,Gadget,sans-serif;
	font-size: 40pt;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
}
h2{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande";
	padding-left:40px;
	font-style:normal;
	font-family: "Arial";
	font-size: 35pt;
	margin-bottom: 0px;
}

#container{
	height:80%;
	width:98%;
}

th,td {
	padding:1.5px;
	text-align:left;
}

th{
	height:25px;
}

td{
	vertical-align:center;
}

p,br{
	color:#ffffff;
}</pre></body></html>