#emergencyInfo a {
	display: block;
	border: solid 1px #f00;
	background-color: #ffc;
	margin: 8px 0;
	padding: 16px;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
}

#emergencyInfo a:hover {
	background-color: #ff9;
}

#emergencyInfo .infoHead1 {
	font-size: 30px;
	font-weight: bold;
	color: #f00;
}

#emergencyInfo .infoHead2 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
