<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: bold;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}

a:link {
	color: #990000;
}
a:visited {
	color: #000099;

}

@media screen and (min-width: 341px) and (max-width: 500px) {
	img {width: 280px; height: auto}
	
	iframe {
       width: 300px !important; 
	   height: 225px !important;
    }
}

@media screen and (max-width: 340px) {
	img {width: 280px; height: auto}

    iframe {
       width: 280px !important; 
	   height: 210px !important;
    }
	
	* {margin: 0; padding: 0}
	
	p {margin-top: 12px}
}</pre></body></html>