body,table
{color : #777777; /*文字色彩*/
font-family : Verdana ; /*文字字型*/
font-size : 8pt; /*文字大小*/
}
A:link /*超連結*/
{color:#777777;/*文字色彩*/
text-decoration:none;/*刪除連結線*/
}
A:visited /*瀏覽過的超連結*/
{color:#777777;/*文字色彩*/
text-decoration:none;/*刪除連結線*/
}
A:active /*按下連結*/
{color:#CCCCCC;/*文字色彩*/
text-decoration:none;/*刪除連結線*/
}
A:hover /*滑鼠移至連結*/
{color:#CCCCCC;/*文字色彩*/
}
input,select,textarea
{
FILTER: Alpha(opacity=60)
color : #777777; /*表單文字色彩*/
font-size : 8pt ; /*表單文字大小*/
font-family : Verdana ; /*文字字型*/
background-color : #ffffff; /*表單背景色彩*/
border-top : 0px double #999999;/*表單上框*/ 
border-bottom : 0px double #999999;/*表單下框*/ 
border-left : 0px double #999999; /*表單左框*/
border-right : 0px double #999999; /*表單右框*/
}
body {
  scrollbar-face-color: #ffffff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-darkshadow-color: #B6CAE1;
  scrollbar-base-color: #ffffff;
  scrollbar-arrow-color: #B6CAE1;/*捲軸顏色*/
}
td {word-break:break-all};
body{
background-image : url('img/bg.jpg');
background-repeat : no-repeat;
background-position : 90% 90%;
background-attachment : fixed
}
a:hover{position:relative;top:1px;left:1px;} /*連結下壓效果*/
<style type=text/css>
<!--
a {cursor:n-resize; height:1; behavior: url(effect.htc); filter:progid:dximagetransform.microsoft.gradientwipe(duration=1);text-decoration : none ; } 					
a:link    { color : #000000 ; }
a:visited { color : #000000 ; }
a:hover   { color : #ffffff ; }
a:active  { color : #cc99cc ; }
-->
</style> 


