@charset "utf-8";
/* CSS Document */
#marquee {
	background: #FFFFFF;
	width: 100%;
	color: #000000;
}
#marquee a {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.marqueepic {
	background: #FFFFFF;
	margin: 5px;
	padding: 3px;
	border: 1px solid #999999;
}

