body{font-size:10pt;
font-color:#000000;
background-image : url(img/BG.jpg); 
background-repeat : repeat; }

a{
font-size : 9pt; /*文字大小*/
text-decoration:none;/*刪除連結線*/}
a:link/*超連結*/ 
{color : #000 ; /*文字色彩*/}                                       
a:visited/*瀏覽過的超連結*/
{color : #000 ; /*文字色彩*/}                                      
a:active/*按下連結*/ 
{color : #000 ; /*文字色彩*/}                                 
a:hover/*滑鼠移至連結*/ 
{color : #ccc ; /*文字色彩*/
border-bottom : 1px dotted #0099cc ; /*下框線*/}
