.adLink, .adLink:link,  .adLink:visited
{
    color:#000000;
    font-size:12px;

}
.adLink:hover
{
    color:#000000;
    font-size:12px;
    text-decoration:underline;
}
.bubbleCSS /* For incentive Box - this is also defined on the advertisements page*/
{
	position: absolute;
	overflow:hidden;
	z-index:2;
	width:300px;
	color: #000000;
	padding: 5px;
	border: 2px;
	text-align:left;
	font-size: 15px;
	background-color: #FDD017;
	display: block;
}