@charset "utf-8";
/* PORTRAIT INNOVATIONS STEP 1 BLUE CSS STYLES */

/* BUCKET 1 */
#steps #bucket1 {
	background-color: #1177bb;
	border: 5px solid #a0c9e4;
}

#steps #bucket1 h1 {
	color: #afd6f0;
	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: #afd6f0;
	font-size: 14px;
	text-decoration: underline;
}

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


