#tips a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	display: block;
	height: auto;
	width: 170px;
	margin-left: 250px;
	text-decoration: none;
	color: #000000;
}
#tips a:hover {
	color: #FFFFFF;
	background-color: #000099;
}

