#example {
	font-size: 1.4em;
	height: 139px;
	width: 416px;
	background-image:  url("../img/example-3.jpg");
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}
#example P {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#example A:hover {
	background-color: #00CCFF;
	color: #FFFFFF;
	text-decoration: none;
}

