h1 {
	text-align: center;	
	color: #ffffff;
}
.content {
	width: 100%;
	margin: 0 auto;
}
.content h3 {
	background: url(img/plus.png) no-repeat right center #7b0000;
    border: 1px solid #EEEEEE;
    color: #ffffff;
    display: block;
    margin: 5px 0 0 !important;
    padding: 0.5em 1em;
}
.content p {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 10px;
}
.content h3.active {
	background: url(img/delete.png) no-repeat right center #7b0000;
}
.content h3:hover {
	background-color: #460000;
	color: #717150;
	border: 1px solid #EEEEEE;
	cursor: pointer;
}
.content div {
	padding: 15px;
}
