A {text-decoration:none}

a:hover {

text-decoration: underline
}


.redbox {
	background-color: #a71932;
	margin: 0 auto 15px auto;
	width: 300px;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.redbox strong {
	font-size: 20px;
}
.blackborder {
	border: 1px solid #000;
	padding: 13px;
}
.emergency-blob {
	width: 215px;
	height: 92px;
	padding: 55px 10px 0 0;
	background: url(images/blob.gif) no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

small {
	font-size: 10px;
}

h2 {
	color: #a71932;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}
h3 {
	color: #a71932;
	font-weight: bold;
	margin: 0;
}

ul.bold-list li {
	font-weight: bold;
	line-height: 140%;
}