  .alert-primary {
	background-color: #d3430d;
	border-color: #f15a22;
	color: white;
	text-align: center;
}

.alert-primary h2,
.alert-primary p {
	color: white;
}

.alert-primary a {
	color: #dbdee3;
	text-decoration: underline;
}

.alert-primary a:hover,
.alert-primary a:visited {
	color: #dbdee3;
}

.alert-primary a:active {
	color: white;
}
