<STYLE>

H3 { margin-left:10px; }
H4 { margin-left:25px; }

ol.a {
    list-style-type: decimal;
}

ol.b {
    list-style-type: lower-alpha;
}
	
ol.c {
    list-style-type: upper-roman;
}

	

ul.a {
    list-style-type: circle;
}

.alarm { color: red;
		 background-color: white;
}		 

.center {
    text-align: center;}

	
	
</STYLE>
