div#announcement {
	border: 0.14em solid light-dark(rgb(169, 166, 4), yellow);
	border-radius: 1em;
	padding-bottom: 1em;
	background-color: rgba(255, 255, 0, 0.3);
	max-width: 40em;
	margin: auto;
	margin-top: 3em;
	margin-bottom: 3em;
	padding-right: 1em;
}

div#announcement h4 {
	color: light-dark(black, yellow);
	padding-left: 1em;
}

div#announcement p {
	color: light-dark(black, white);
	margin-bottom: 2em;
}

div#announcement p.pull-quote {
	color: light-dark(black, white);
	font-style: italic;
	padding-left: 1em;
	padding-right: 2em;
	margin-left: 3em;
	border-left: 0.3em inset yellow;
}

div#announcement a {
	color: light-dark(black, white);
	text-decoration: underline;
}

div#announcement ul {
	color: light-dark(black, yellow);
	text-align: center;
	margin-bottom: 0;
}

div#announcement li a:link {
	color: light-dark(gray, white);
	text-decoration: none;
}

div#announcement img {
	float: right;
	margin-top: 0.9em;
	width: 4em;
	border-radius: 0.4em;
	background-color: light-dark(rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.5));
	padding: 0.3em;
}
