@charset "utf-8";
.font01 {
	font-size: 10pt;
	line-height: 24pt;
	letter-spacing: 0.1em;
	font-weight: normal;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: none;
}

.fontup {
	font-size: 10pt;
	line-height: 15pt;
	letter-spacing: 0.5em;
	position: static;
	font-weight: lighter;
}

body{
scrollbar-face-color: #ffffff; /*捲軸顏色*/
scrollbar-highlight-color: #999999; /*捲軸左與上內邊框*/
scrollbar-shadow-color: #999999; /*捲軸右與下內邊框*/ 
scrollbar-3dlight-color: #999999; /*捲軸左與上外邊框*/ 
scrollbar-darkshadow-color: #999999; /*捲軸右與下外邊框*/
scrollbar-arrow-color: 99CCFF; /*捲軸箭頭*/
scrollbar-track-color: #ffffff; /*捲軸底色*/
}

