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

html{ 
	font-family: "Open Sans","Segoe UI", Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust:none;
}

body{}

@media screen and (max-width: 899px){
.bug_fix{ height:1.875em;}
header{
	width: 100%;
	height: 5em;
	
}

header h1{

	line-height:0.8em;
	font-size: 2.25em;
	font-weight:lighter;
	padding:25px 10px 20px 10px;
	color: rgb(89, 229, 39);
	
}
article h2{
	font-weight:bold;
	text-align:left;
	font-size:1.5em;
	color: #666666;
	margin-bottom: 15px;
	padding-top: 10px;
}
article h3{
	font-size:1.125 em;
	color: #3D3D3D;
	font-weight: bold;
	padding-bottom: 5px;
	text-align:left;
	line-height:1.2;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}
article h4{
	font-size:1.125 em;
	color: #4C4C4C;
	font-weight: bold;
	padding-bottom: 5px;
	text-align:left;
	line-height:1.5;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}
article{
	width:auto;
	padding:20px 10px 70px 10px;
}

article p{
	font-size:0.875em;
	color: #393939;
	
	padding-bottom: 15px;
	text-align: left;
	line-height:130%;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}
article p a{ color:#0099FF;}
ul{ font-size:0.875em;color: #333333; line-height:130%; margin-left:40px;}
li{ margin-bottom:15px;}



}
@media screen and (min-width: 900px){
.bug_fix{ height:0px;}
header{
	width: 100%;
	height: 5em;
	background-color: rgb(89, 229, 39);
	
	
}

header h1{
	width: 900px;
	color:#FFFFFF;
	margin:0 auto;
	line-height:2.25em;
	margin-bottom:40px;
	font-size: 2.25em;
	font-weight:lighter;	
	
}
article h2{
	font-weight:bold;
	font-size:18px;
	color: #666666;
	padding-bottom: 10px;
	padding-top: 10px;
}
article h3{
	font-size:16px;;
	color: #3D3D3D;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: justify;
	line-height:1.2;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}
article h4{
	font-size:14px;;
	color: #4C4C4C;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	line-height:1.2;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}
article{
	width:900px;
	margin:0 auto;
	padding:20px 25px 70px 25px;
}

article p{
	font-size:14px;
	
	padding-bottom: 15px;
	text-align: left;
	line-height:1.6;
	font-family: "Segoe UI";
	color: #333333;
}
article p a{ color:#0099FF;}
ul{ font-size:14px;color: #333333; margin-left:40px;}
li{ margin-bottom:15px;
	font-size:14px;
	font-family: "Segoe UI";
	color: #333333;
	}
}
</pre></body></html>