<style type="text/css">               BODY  {}
               
               A  {
               	color : Blue;
               	text-decoration : none;
               }
               
               A:hover  {
               	color : Red;
               	text-decoration : underline;
               }
               
               .menu  {
               	font-family : Times New Roman;
               	font-weight : bold;
               }
               
               .tm  {
               	font-family : 'Times New Roman';
               	font-size : 9pt;
               	font-style : normal;
               	color : Navy;
               	line-height : 9pt;
               }
               
               .kai  {
               	font-family : "標楷體","新細明體";
               }
               
               .text  {
               	font-size : 9pt;
               	font-family : sans-serif;
               }
               
               .list  {
               	font-size : 9pt;
               	font-style : normal;
               	color : Black;
               	line-height : 9pt;
               	font-family : Times New Roman;
               	font-weight : bold;
               }
               
               </style> 
