﻿body {background: #999999; /*背景顏色*/
      margin: 0px; /*設定網頁邊界*/}

table {background-repeat: no-repeat; /*背景圖片不重複*/
       background-position: 30px 4% /*背景圖片位置*/}

a {blr: expression(this.onFocus=this.blur()) /*刪除連結虛線框*/}