h1 {font-weight: bold;margin-top: 10; margin-bottom: 10;font-size:100%;color:483D8B}
h2 {font-weight: bold;margin-top: 10; margin-bottom: -10;font-size:100%;color:800000}
h3 {font-weight: 100;margin-top: 10; margin-bottom: -10;font-size:100%;color:006699}/*Light blue*/
A:hover {COLOR:ff9900;TEXT-DECORATION:underline;}
A:link {TEXT-DECORATION:underline;}
A:visited {TEXT-DECORATION: none}
h9 {font-weight: 100;margin-top:10; margin-bottom:10;font-size:100%;color:800080}/*Purple*/
h5 {font-weight: bold;margin-top: 10; margin-bottom: 10;font-size:100%;color:800000}
h8 {margin-top:5; margin-bottom:-15;font-size:100%;color:666666}
h12 {font-size:100%;color:B8860B}/*貼心*/
h15 {font-size:90%;color:4682B4}/*htmup*/
h13 {font-size:100%;color:white}/*◇◆*/
h11 {font-weight:100;margin-top: 0; margin-bottom: 5;font-size:100%;color:008080}/*判例之相關用*/
h4 {font-weight: bold;margin-top: 5; margin-bottom: 5;font-size:140%;color:800000}
h7 {font-weight: bold}
h6 {font-weight: bold;margin-top:10; margin-bottom:-10;font-size:100%;color:008000}/*green*/
button.expand {
   padding: 3px 6px;
   border: 0.5px solid #C7C7C7;
   background-color: #d29999;
   border-radius: 6px;
   color: #ffffff;
   font-size: 14px;
   font-family: 'Calibra';
   text-decoration: none;
   font-weight: 100;
   -webkit-transition: 0.2s;
   -moz-transition: 0.2s;
   -o-transition: 0.2s;
   cursor: pointer;
   }
button.expand:hover {
   background: none;
   background-color: #b44e3c;
   color: #ffffff;
   }
button.expand:active {
   top: 1px;
   position: relative;
   }
button.expand01 {
   padding: 3px 6px;
   border: 1px solid #C7C7C7;
   background-color: #009999;
   border-radius: 6px;
   color: #FFFFFF;
   font-size: 14px;
   font-family: 'Calibra';
   font-weight: 100;
   -webkit-transition: 0.2s;
   -moz-transition: 0.2s;
   -o-transition: 0.2s;
   cursor: pointer;
   }
button.expand01:hover {
   background: none;
   background-color: #00cccc;
   color: #FFFFFF;
   }
button.expand01:active {
   top: 1px;
   position: relative;
   }