div.Protocol {
	border: 1px solid #000000;
	padding:10px;
}
div.Protocol h3 
{
	color: green;
	font-size: 150%;
}
div.SafetyNotice 
{
	text-align: center;
}
div.SafetyNotice span
{
	color: red;
	font-weight: bold;
	font-size: 150%;
}
div.SafetyNotice p 
{
	font-weight: bold;
}
.Clear {
	clear: both;
}