/* 我不喜歡太花俏的畫面, 也不太會用 css; 但你可能有不同的喜好.
   這個檔案沒有版權, 可以隨意修改. ckhung. */
/* 很好的參考點: http://www.westciv.com/style_master/academy/css_tutorial/ */
/* 最簡單語法:  ELEMENT_SELECTOR.CLASS_SELECTOR { PROPERTY: VALUE; } */

body {
    background: white;
    margin-left: 0%; margin-right: 0%;
    margin-top: 0%; margin-bottom: 0%;
}
em { color: red; background:white; text-decoration: underline; }
dfn { color: purple; background:white; font-weight: bold; }
li.new1 { color: red; }
li.new2 { color: green; }
h1 { font-size: 150%; }
h2 { font-size: 120%; text-decoration: underline; }
p.publication { text-align: center; }
p.center { text-align: center; }
img.left { align: left; }
img.right { align: right; }

pre.docsrc { background:cyan; }
