/* margin 及 padding 的標準化 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td
{margin:0; padding:0;}

/* 標題 font-size 的標準化 */
h1,h2,h3,h4,h5,h6
{font-size:100%;}

/* 移除清單的 list-style 樣式 */
ol,ul
{list-style:none;}

/* 將 font-style 及 font-weight 標準化成 normal */
address,caption,cite,code,dfn,em,strong,th,var
{font-style:normal; font-weight:normal;}

/* 移除 table 的外框 */
table
{border-collapse:collapse; border-spacing:0;}

/* caption 和 th 的文字要向左對齊 */
caption, th
{text-align:left;}

/* 移除 q 的引號 */
q:before, q:after
{content: close-quote}

