@charset "utf-8";
/* CSS Document */
body {
	background: #006699 url(images/bg.jpg);
}
.txt {
	font: 13px/20px "微軟正黑體";
	color: #666;
	text-decoration: none;
	text-align: left;
}
a:link {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

.txt01 {
	font: 15px/22px "微軟正黑體";
	text-decoration: none;
	color: #333;
}
.lie {
	border-bottom: 1px dashed #666;
}
.txt01a {
	color: #069;
	font: 13px/24px "微軟正黑體";
	text-decoration: none;
}
.txt02 {
	font: bolder 20px/26px "微軟正黑體";
	text-decoration: none;
	color: #C00;
}
