html, body { margin: 0; text-align: center; } #container { position: relative; margin: 0 auto; width: 760px; text-align: left; }
body,table
{color : #000000 ; /*文字色彩*/
font-family : 細明體 ; /*文字字型*/
font-size :10pt; /*文字大小*/
letter-spacing : 0pt ;/*字間距離*/
line-height : 130% ;/*設定行高*/
background-attachment : fixed; /*浮水印固定背景*/ 
background-image : url(P01.jpg); /*背景圖片*/ 
border-left : 1px solid #000000 ; /*左框*/
border-right : 1px solid #000000 ; /*右框*/
}
A:link /*超連結*/
font-size :10pt; /*文字大小*/
{color:#0000ff;/*文字色彩*/
text-decoration:none;/*刪除連結線*/
}
A:visited /*瀏覽過的超連結*/
{color:#993333;/*文字色彩*/
text-decoration:none;/*刪除連結線*/
}
A:active /*按下連結*/
{color:#0000ff;/*文字色彩*/
text-decoration:none;/*刪除連結線*/
}
A:hover /*滑鼠移至連結*/
{color:#FF0000;/*文字色彩*/
border-top : 0px solid #000 ; /*上框*/
border-bottom : 0px solid #000 ; /*下框*/
}
body{
