<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 */

h1.help {
	text-shadow: 3px 3px 3px #000000;
}

.center {
	text-align:center;
	font:bold;
	color:#FFF;
	padding-top:10px;
}

p {
	font-size:1.1em;
}

.img_right_300 {
	float:right;
	max-width:300px;
	margin:0 0 0 10px;
}</pre></body></html>