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

body{font-size: 14px;font-family: "Arial"; color:#505050; line-height:25px;}
A:link	{text-decoration: none; color:#000000}
A:visited  {text-decoration: none; color: #000000}
A:active {text-decoration: none; color: #FF0000 }
A:hover {text-decoration: underline; color: #FF0000 }

A.cha:link{color:#000000; text-decoration:none;}
A.cha:visited{color:#000000; text-decoration: none;}
A.cha:active{color:#FF0000; text-decoration: none;}
A.cha:hover{color:#FF0000; text-decoration:underline;}</pre></body></html>