body{
font-family:Verdana;font-size:9pt;background-color:#ffffff;font-color:#000000
CURSOR: crosshair;
background-image : url(dog.jpg); /*背景圖片*/
background-repeat : no-repeat; /*不重複排列*/
background-position : 100%; 100%/*背景圖片x與y軸的位置*/
background-attachment : fixed;/*固定背景*/
}
table        { cursor:default; font-size: 9pt; color: #000000; font-family: Verdana; background-color: #ffffff; }
a:link       { color: #000000; text-decoration: none }
a:visited    { color: #000000; text-decoration: none }
a:hover      { color: #000000; cursor:help; text-decoration: none}
a:active     { color: #000000; text-decoration: none}
BODY{overflow:hidden; /*刪除捲軸*/}
a:hover{position:relative;top:1px;left:1px;}