#marqueecontainer
{
	width: 220px; /*marquee width */
	height: 100px; /*marquee height */
	background-color: #11B7DA;
	border: 0px solid orange;
	overflow: hidden;
	padding: 1px;
	font-family: Arial;
	font-size: 10px;	
}
p
{
	text-align: justify;
	line-height: 0.6;
	font-family: Arial;
	font-size: 10px;	
}
p.ad
{
	line-height: 1.1;
	font-family: Arial;
	font-size: 10px;	
}

a:active { font-size:11px; text-decoration: none;font-weight: bold; color: #000000 }
a:link { font-size:11px; text-decoration: none;font-weight: bold; color: #000000 }
a:visited { font-size:11px; text-decoration: none;font-weight: bold; color: #000000 }
a:hover { font-size:11px; text-decoration: none;font-weight: bold; color: #000000 }
