/*
=====================================================================
Version 0.1
8/1/2006

Used during site development 

Put it in the code library for the first time. Starting it at 0.1. 
=====================================================================
*/


.dev_blockAlert, .dev_inlineAlert {
	background-color: Yellow;
	color: red;
	font-weight: bold;
	font-size: larger;
}

.dev_blockAlert {
	padding: 2em;
}
/*
strong, em {
	background-color: lime;
}
*/