<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

body{
	background-color: #ffffff;
	font-family: helvetica, sans-serif;
	text-decoration: none;
	font-size:16px;
	color:black;
	}

table{
	background-color: #ffffff;
	font-family: helvetica, sans-serif;
	text-decoration: none;
	font-size:16px;
	font-weight:300;
	color:black;
	}

a:link{
	font-family: helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-size:16px;
	  }

a:visited {
	font-family:  helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-size:16px;
	}

a:hover{
	color: #888888;
	font-family: helvetica, sans-serif;
	text-decoration: none;
	font-size:16px;
      }

a.c2:link{
	font-family: helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-size:18px;
	  }

a.c2:visited{
	font-family:  helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-size:18px;
	}

A.c2:hover{
	font-family:  helvetica, sans-serif;
	text-decoration: none;
	font-size:18px;
	color: #808080;
      }
        	   
td{
	font-family: helvetica, sans-serif;
	font-size:16px;
 	font-weight:300;
	background-color:#FFFFFF
 }

tr{
	font-family: helvetica, sans-serif;
	font-size:16px;
	font-weight:300;
	background-color:#FFFFFF
  }
</pre></body></html>