BODY {
　      font-family : "新細明體, Arial";
　      font-size : 10 pt;
　      line-height : 18px;
        color: red; 
        }

H3 {
        display: list-item;
        font: 12pt/12pt "新細明體, Arial";
        margin-left: 3px;
        color: red; 
        }	 


A:LINK {
        color: red;
        font-size : 10pt;
        text-decoration: none;
        cursor: help;
         }

A:VISITED {
        color: #0080FF;
        text-decoration: none;
        cursor: hand;
        }

A:hover {
  font: 新細明體, Arial;
  text-decoration : underline;
  color : red;
  font-Size: 108%
 }

