@charset "utf-8";
/* PORTRAIT INNOVATIONS STEP 2 RED CSS STYLES */

/* BUCKET 1 */
#steps #bucket1 {
	background-color: #bb2332;
	border: 5px solid #e4a7ad;
}

#steps #bucket1 h1 {
	color: #e4a7ad;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px 0;
}

#steps #bucket1 p {
	text-align: justify;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 10px 0 10px 0;
}

#steps #bucket1 p a, #steps #bucket1 a {
	color: #e4a7ad;
	font-size: 14px;
	text-decoration: underline;
}

#steps #bucket1 p a:hover, #steps #bucket1 a:hover {
	text-decoration: none;
}
/* END OF BUCKET 1 */


