@charset "utf-8";
/* CSS Document */

.marquee {width:95%;padding:10px}

.marquee span
{
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-right:60px;
}

.red_marquee
{
	color:#F00;
}

.blue_marquee
{
	color:#006;	
}

