<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
 	{ 
 	color: black; 
 	background: white; 
	font-family: sans-serif;
	margin-top: 2%;
	margin-left: 5%;
 	margin-right: 5%;
	margin-bottom: 5%;
	} 

p, ul 	
	{
	text-align: left; 
 	}
	
.center 	
	{
	text-align: center;
 	}

.b
	{
	font-weight: 700;
	}
	
.i
	{
	font-style: italic;
	}

.white
	{
	color: white;	
	font-weight: 700;
	}
	
.nowrap
	{
	white-space: nowrap;
	}
	
.small
	{
	font-size: small;
	}
		
	
h1
	{
	color: black;
	font-size: 150%;
	padding-bottom: 30px;
	}

h2
	{
	font-size: 120%;
	text-align: right;
	}

h3
	{ 
	font-size: 115%;	
	color: black;
	font-weight: 700;
	}

h4
	{
	font-size: 110%;
	color: black;	
	}
	
h5
	{
	font-size: 105%;
	text-align: right;	
	color: white;
	}

a:link
	{ 
	color: white; 
	text-decoration: none;
	} 

a:visited
	{ 
	color: #e6e6e6; 
	text-decoration: none;
	} 

a:active 
	{ 
	color: #ff0000; 
	text-decoration: none;
	}

.nav
	{
	float: left;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 500px;
	margin-right: 40px;
	color: white;
	background-color: black;
	}

.nav a:link
	{
	color: white;
	}

.menu
	{
	position: absolute;
	left: 20%; 
	border: solid; 
	padding: 5px; 
	background-color: #a49494;
	}

.nomargin
	{
	margin-top: 0;
	margin-bottom: 0;
	}
</pre></body></html>