<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body { margin:0; padding:0; border:0; }
body { color:#000; background-color:#fff; font-family:verdana, sans-serif, Arial, Helvetica; font-size:0.9rem; text-align:center; margin:5px 0; }

#wrapper { margin:0 auto; width:100%; max-width:850px; font-size:0.9rem; text-align:left; background-color:#fff; }
#wrapper img { width:100%; border:none; }
#header { width:100%; height:36px; margin:0; padding:0; background:#000; }
#header_logo { float:left; width:180px; height:36px; background:#000; }
#header_text { float:right; width:640px; height:36px; text-align:center; background:#000; }
#header_text h1 { font-size:1.3rem; color:#aaa; display:inline; }
#main_wrapper { width :100%; margin:0; background:#fff; }
#main_wrapper p { margin:0; padding:5px; }
#play { clear:both; width:100%; padding:10px 0; text-align:center; font-size:1.1rem; border-top:1px solid #ffad0d; background:#d9d9d9; }
#footer { width:100%; text-align:center; padding-top:5px; padding-bottom:5px; background:#ccc; border-top:5px solid #ffad0d; }

#header_nav { width:100%; height:25px; margin:0; margin:0px; padding:0; border-top:5px solid #ffad0d; }
#header_navlist { float:left; margin:0; padding:0; width:100%; font-size:0.6rem; background:#ccc; }
#header_navlist li { float:left; display:block; margin:0; padding:0; text-align:center; }
#header_navlist a:link, 
#header_navlist a:visited { width:140px; display:block; padding:3px 0; font-weight:bold; text-decoration:none; color:#333; background:#ccc; }
#header_navlist a:hover { background:#f5f5f5; color:#333; }

.clear_area { clear:both; }
a:link { color:#03d; text-decoration:none; }
a:visited { color:#03d; text-decoration:none; }
a:hover { color:#000; text-decoration:underline; }
</pre></body></html>