/**
 * Stylesheet
 *
 */

.marquee
{
	width: 250px;
}

.marquee td
{
	font-weight: bold;
	vertical-align: top;
	color: red;
	height: 20px;
	font-style: italic;
}

.marquee a,
.marquee a:visited
{
	font-style: normal;
	color: Red;
}



