H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	text-transform: capitalize;
	color: #CC0000;
	background-position: center;
	text-align: center;
}
.border {
	border: 10px dashed #000000;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #CC0000;
	text-align: center;
}
img {
	border: none;
}
.listimage {
	list-style-image: url(/images/bullet.jpg);
}
.enhance {
	background-color: #FFFF00;
}

p{
margin-left: 25px; 
margin-right: 25px;
}
.bonus {
	border: 4px dashed #c3c3c3;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}