body,table
{color : #000 ; /*文字色彩*/
font-family : 新細明體 ; /*文字字型*/
font-size : 9pt; /*文字大小*/
letter-spacing : 1pt ;/*字間距離*/
line-height : 130% ;/*設定行高*/
}

A:link /*超連結*/
{color:#000;/*文字色彩*/
text-decoration:none;/*刪除連結線*/
}
A:visited /*瀏覽過的超連結*/
{color:#000;/*文字色彩*/
text-decoration:none;/*刪除連結線*/
}
A:active /*按下連結*/
{color:#000;/*文字色彩*/
text-decoration:none;/*刪除連結線*/
}

/*START*/
/*1.遊戲世界觀*/
#start a{
width: 760px;
height: 30px;
background: url(../product/game/wf6/images/START.gif) 0 0 no-repeat;
display: block;
text-indent: -1000px;
}
#start a:hover{
width: 760px;
height: 30px;
background: url(../product/game/wf6/images/START.gif) 0 -30px no-repeat;
display: block;
text-indent: -1000px;
}
