/* CSS Document */

#great-advertise{
	width: 190px;
	height: 80px;
	background: url(images/ad-background.jpg) no-repeat;
	border: 1px solid #666666;
}
.great-title{
	font-family: Helvetica, Arial;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	margin: 5px 0px;
	padding: 0px;
	color: #FFFFFF;
}
.great-title a{
	color: #FFFFFF;
	text-decoration: none;
}
.great-title a:hover{
	color: #CF0;
	text-decoration: underline;
}
.great-mytextlink{
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	line-height: 150%;
	color: #FFFFFF;	
}
.great-mytextlink a{
	color:#FFF;
	text-decoration: none;
}
.great-mytextlink a:hover{
	color:#CF0;
	text-decoration: underline;
}


