/* CSS Document */
/* 默認的樣式文件 */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
	background-attachment:fixed;
	font-size:12px;	
}

div {
	word-wrap:break-word;
}

a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
		font-size:15px;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}

.xs {
	color:#FFFFFF;
	font-size:14px;
	line-height:30px;
}
