.Marquee {
	font-family: Arial, "新細明體", "Times New Roman", Verdana;
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
	line-height: 160%;
	letter-spacing: 1pt;
}
.Marquee a:link {
	color: #ca690a;
	text-decoration: none;
	background-image: url(images/MarqueePic.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	padding-right: 6px;
}
.Marquee a:visited {
	color: #ca690a;
	text-decoration: none;
	background-image: url(images/MarqueePic.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	padding-right: 6px;
}
.Marquee a:hover {
	color: #619a08;
	text-decoration: none;
	background-image: url(images/MarqueePicHover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	padding-right: 6px;
}

