ul.marquee {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	/*line-height: 1;*/
	position: relative;
	overflow: hidden;

	/* optional styles for appearance */
	width:900px;
	height:20px;/*  height should be included to reserve visual space for the marquee */

    background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510070832/https://www.ey.gov.tw/Template/OECR/images/indexmain_57.png) bottom repeat-x;
	/*background-color: #f2f2ff;*/
	/*border: 1px solid #08084d;*/
	float:left;
	
}

ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */

	/* optional styles for appearance */
	font: 14px Arial, Helvetica, sans-serif;
	padding: 5px 5px;
	
}
ul.marquee li a{ text-decoration:none; color: #C00002; font-size:0.9em;}

.marquee_text span{ padding:5px 10px 0 22px; float:left; font-weight:bold;}





/*
     FILE ARCHIVED ON 7:08:32 五月 10, 2024 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 13:14:56 五月 13, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
