@charset "UTF-8";

/* ================================================================ *
	BusinessWing 2009
	Template CSS
	
	共通用的Text的基本設定,視實際需求請調整之。
 * ================================================================ */


/* ---------------------------------------------------------------- *
   有關整體之設定
 * ---------------------------------------------------------------- */

body {font:13px/1.231 arial,helvetica,clean,sans-serif;}
* html body {font-size:small;}

a {
   /* 視需求, 設定link text的顏色跟裝飾等 */
  text-decoration:none;
	outline:none;}

a:hover {
   /* 視需求, 設定mouse over時的顏色跟裝飾等 */
  text-decoration: underline;}

h2, h3, strong {
	font-weight:normal;}
	
em, address {
	font-style:normal;}
	
abbr, acronym {
	border-bottom-width:0;}