
/* 基本色設定 */
body,td,th,div{color:#ffffff; }
body{background-color:#000000; }


/* 壁紙設定 */
body { 
background-image : url("back.jpg");
background-attachment: fixed;
background-position:100% 100%;
background-repeat: no-repeat;
background-color:#000000;
}

/* 文字色 */
a:link { color: #00FFFF; }
a:visited { color: #BA55D3; }
a:hover { color: #87CEFA; }
a:active { color: #FFFF00; }
