	body {  margin:0px 0px 10px 0px ;
		color: #333333;
		background:#000;
                background-image : url(http://www.m-design.com.tw/doramon/animals/images/animals012-b.jpg); /*就是貼背景囉*/
                background-attachment: fixed; /*固定背景，不隨視窗滾軸而移動，就是frontpage裡俗稱的浮水印*/
		cursor:url("http://benz.nchu.edu.tw/~s9163030/cursor/cm19.cur");
background-position : center;
background-repeat : no-repeat; }

html{
SCROLLBAR-FACE-COLOR: #ffffff;
SCROLLBAR-HIGHLIGHT-COLOR: #875AF0;
SCROLLBAR-SHADOW-COLOR: #875AF0; 
SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
SCROLLBAR-ARROW-COLOR: #875AF0; 
SCROLLBAR-TRACK-COLOR: #ffffff; 
} 


	a:link		{ color: #ffffff; text-decoration:none; background: none;}
	a:visited		{ color: #ffffff; text-decoration:none; background: none;}
	a:active		{ color: #ffffff; background: none;}
	a:hover		{ color: #333333;text-decoration: underline;background : #ffffff;cursor:crosshair;}

	#banner {
		color:#ffffff;
                font-size:15pt;
		font-weight:normal;
		padding:15px;
		text-align: center;
		margin-bottom:10px;
		position: relative; z-index:1;
		}

	#banner a:link{font-size: 15pt;color: #ffffff; text-decoration: none; background: none;}
	#banner a:visited{font-size: 15pt;color: #ffffff; text-decoration: none; background: none;}
	#banner a:active,
	#banner a:hover {font-size: 15pt;color: #000000;text-decoration: none; background: #ffffff;}

	.description {
		color:#ffffff;
		background:none;
		font-size:8pt;
		text-transform:none;
                text-align: center;
		}

	.side {
		color:#ffffff;
		background: none;
		font-size:8pt;
		font-weight:normal;
		line-height:140%;
		padding:5px;
                text-align:left;
		border: 0px solid  #000000;
　　　　　　　　　}

	.sidetitle {
		color:#ffffff;
		font-size:8pt;
		font-weight:normal;
		margin-top:10px;
		line-height:140%;
		padding:3px;
		text-align:center;
		border: 0px dashed  #E1F0F0;
		}

	.powered {
		color:#666;
		background: #999999;
		font-size:8pt;
		line-height:140%;
		padding:2px;
		margin-top:20px;
		text-align:center;
		border: 2px solid  #333333;
		}

                                       