<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
     min-height: 100%;
	  width:85%;
        margin-left:auto;
        margin-right:auto;	
}
body 
{
	/* background-color: #f2f2f2; 
	background: #f2f2f2; */
	background: linear-gradient(180deg, #b0b0b0 7%, #ffffff 100%);
}

.maintitle{
	padding: 15px;
	background: #f5e5e5bd;
}

.subtitle{ 
	padding: 15px;
	background: #f5f5e5;
}

.nav 
{
	margin: 25px;
}
.link-btn {
  font: bold 12px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  margin: 5px;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}

.link-btn:hover {
	color: blue;
}

.centered 
{
	text-align: center;
}


.highlight1 
{
	color: #992626a3;
	font-weight: 600;
}

.link 
{
	padding: 10px;
	font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif; font-size: 12px; font-style: normal; 
	font-color: blue;
}

.mail 
{
	text-align: center;
	padding: 10px;
	font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif; font-size: 13px; font-style: normal; 
	font-color: blue;
}

h1 { 
	text-align: center;
	font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; } 

h2 { 
	padding: 8px;
	background: #d93232a3;
	font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 16.4px; } 

h3 { 
	padding: 6px;
	background: #fffc85a3;
	font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } 

h4 { 
	padding: 6px;
	background: #B46919;
	font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 15.4px; } 


p, li { 
	font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } 

blockquote { 
	font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } 

pre { font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }

</pre></body></html>