.bulletin {
	position: fixed;
	left: 50%;
	height: 11em;
	margin-left: -21.5em;
	top: 10em;
	width: 40em;
	border: 4px solid #A00000;
	background-color: white;
	box-shadow: 10px 10px 5px grey;
	padding: 1.25em;
}

.bulletin .content {
	font-weight: bold;
	margin-top: 1em;
}

.bulletin .heading {
	margin-top: -0.5em;
	font-weight: bold;
	color: #A00000;
	font-size: 2em;
	text-decoration: underline;
	text-align: center;
}

.bulletin .wrapper {
	margin: 1em 0 0 0.75em;
}

.boldRedText {
	color: #A00000;
}

#exitButton {
	border: 3px solid #A00000;
	background-color: #a00000;
	color: white;
	position: relative; 
	font-weight: bold;
	float: right;
	padding: 0 0.25em;
	margin-top: -1em;
	margin-right: -1em;
	cursor: pointer;
}
