div#important_news {
	margin: 5px;
	font-size: 100%;
	color: #f00;
	background-color: inherit;
}

div#important_news * {
	font-weight: inherit;
	color: #f00;
	background-color: inherit;
}

div#important_news a {
	color: inherit;
	background-color: inherit;
	text-decoration: underline;
}

div#important_news em {
	font-weight: bold;
	font-size: 120%;
}

div#important_news em * {
	font-weight: bold;
}

div#important_news strong {
	font-weight: bold;
	font-size: 140%;
}

div#important_news strong * {
	font-weight: bold;
}
