/* CSS Document */
/*首頁css設定*/

@import url("/html/v1/UTC_style/DivIndex.css");


/*首頁一般設定*/
body{
	/*通用字型設定*/
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 20px;
	font-size: 12px;
	background-color: #d9e8f5;
	background-image: url(/html/v1/images/bg.jpg);
	background-repeat: repeat-x;
	line-height: 1.5;

	
	/* 襯底背景設定 */
}

