/* allows removal of existing .emer text when index.html  
is unmodifiable owing to OAS bug */

/*
.emer {
	color: #000;
	margin: 1px 3px 2px 3px;
	padding: 3px 6px;
	background-color: #fff;
	font: normal 12px/105% Arial, Helvetica, sans-serif;
}
*/

.emer {
display: none;
}



/* allows generation of specific message to CCS2-compliant UAs */

/*
.meta:before {
    content: "This site will be unavailable between 5:30 pm and 6 pm on March 19.  We apologize for the inconvenience!";
}
*/

.meta {
	color: #c00;
	margin: 4px;
	padding: 3px 6px;
	background-color: #fff;
	font: normal 12px/105% Arial, Helvetica, sans-serif;
}