@charset "UTF-8";
/* CSS Document */


#hurricane {
	width: 210px;
	border-radius:  0 15px 15px 0;
	/*background-color: rgba(167,143,73,0.4);
	background-color: rgb(167,143,73); */
	background-image: url(../images/pressmedia/hurricane_bkg_40.png);
	margin: 30px 0 0 10px;
	padding: 10px 10px 5px 20px;
	line-height: 1.2em;
	font-size: 12px;
}

#hurricane p {
	margin: 0;
	padding: 0 0 3px 0;
	color: #000;
}

#hurricane h2 {
	font-size: 14px;
	color: #900;
	margin: 0;
	padding: 0 0 3px 0;
	line-height: .8em;
}

#hurricane h2 a:link {
	text-decoration: none;
	color: #900;
}
#hurricane h2 a:visited {
	text-decoration: none;
	color: #900;
}
