.urgent {
	padding-bottom:5px;
	margin:30px auto 50px auto;
	width:600px;
	letter-spacing:.1em;
	font:normal 1em arial, "lucida-grande", sans-serif;
	text-align:center;
	line-height:19px;
	color:#333333;
	border-bottom:3px solid #333333;
	border-top:3px solid #333333;
	
}
.urgent strong {
	text-transform:uppercase;	
}
.urgent h2 {
	background-color:yellow;
	
}
.urgent a {
color:#000000;
font-weight:bold;
text-decoration:underline;
}
.urgent a:hover {
	background-color:#999999;
}