.Tips2 {
	color: #fff;
	width: 200px;
	background-color: #333;
}

.tip-text {
	font-size: 12px;
	font-family: arial, helvetica;
	color: white;
	padding: 4px 8px 8px;
	width: 200px;
	background: #333333;
	text-align: left;
}

.tip-text a {
	color: white;
}
 
.tip-title {
	font-weight: bold;
	font-size: 12px;
	font-family: arial, helvetica;
	margin: 0;
	color: yellow;
	padding: 8px 8px 4px;
	width: 200px;
	background: black;
	text-align: left;
}
 

