.critical
 {
	color: #00f; 
	font-weight: bold; 
	font-size: 10pt; 
	font-family: sans-serif; 
	background-color: yellow; 
	margin: 0.5em 16px 1em; 
	padding: 0.5em; border: 
	outset 6px; 
	width: 540;
}

.critical h1
{
	font-size: 120%;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0.2em;
}

.critical h3
{
	font-size: 80%;
	text-align: center;
}

.critical a
{
	text-decoration: underline;
}

.critical a:hover
{
	color: #FF0;
	background-color: #000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}

.noshow {display: none;}


