p { margin-top: 0.5em;
    margin-bottom: 0.5em; }
ol { counter-reset: list; }
ol > li { list-style: none;
					position: relative; }
ol > li:before {  content: counter(list, lower-roman) ") ";
									counter-increment: list;
									position: absolute;
									left: -1.6em; }
ms {  font-family: monospace;
			font-size: 10pt; }
img { width: 50%;
      height: auto; }
