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


.rel 	{
	position: relative;
	top: 20px;
	}

img
{
    max-width: 100%;
    height: auto;
}



/* Desktop Styles */
@media only screen and (min-width: 961px) {

.title {
	font-family: "Century Gothic";
	font-size: 36pt;
	color: #000000;
	}

.title2 {
	font-family: "Century Gothic";
	font-size: 18pt;
	color: #000000;
	}

.links {
	letter-spacing: .1em;
	font-family: "Century Gothic";
	font-size: 11pt;
	color: #000000;
	}

.copy {
	font-family: "Century Gothic";
	font-size: 13pt;
	color: #000000;
	}

.caption {
	font-family: "Century Gothic";
	font-size: 12pt;
	font-style: italic;
	color: #000000;
	}

a:link   { color: #000000; 
	text-decoration: none; 
	}

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

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

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

}


/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) {

.title {
	font-family: "Century Gothic";
	font-size: 30pt;
	color: #000000;
	}

.title2 {
	font-family: "Century Gothic";
	font-size: 14pt;
	color: #000000;
	}

.links {
	letter-spacing: .1em;
	font-family: "Century Gothic";
	font-size: 11pt;
	color: #000000;
	}

.copy {
	font-family: "Century Gothic";
	font-size: 12pt;
	color: #000000;
	}

.caption {
	font-family: "Century Gothic";
	font-size: 12pt;
	font-style: italic;
	color: #000000;
	}

a:link   { color: #000000; 
	text-decoration: none; 
	}

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

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

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

}


/* Mobile Styles */
@media only screen and (max-width: 400px) {
  .title {
	font-family: "Century Gothic";
	font-size: 18pt;
	color: #000000;
	}

.title2 {
	font-family: "Century Gothic";
	font-size: 14pt;
	color: #000000;
	}

.links {
	letter-spacing: .1em;
	font-family: "Century Gothic";
	font-size: 11pt;
	color: #000000;
	}

.copy {
	font-family: "Century Gothic";
	font-size: 10pt;
	color: #000000;
	}

.caption {
	font-family: "Century Gothic";
	font-size: 10pt;
	font-style: italic;
	color: #000000;
	}

a:link   { color: #000000; 
	text-decoration: none; 
	}

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

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #000000; 
	text-decoration: none;
	 }
  }
</pre></body></html>