div#main {
	width: 731px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}

	h1 {
		text-align: center;
	}

	div#meat {
		margin-left: 1em;
	}
	
		div#meat ol {
			font-weight: bold;
			list-style-type: upper-roman;
			list-style-position: inside;
		}
		
			div#meat ol li:first-line {
				font-weight: bold;
			}
			
				div#meat ol li p {
					font-weight: normal;
				}
				
				div#meat ol li span {
					padding-left: 1em;
				}
				
				div#meat ol li span.u {
					padding-left: 0;
				}
				
				div#meat ol li ol.decnorm {
					list-style-type: decimal; 
					list-style-position: outside; 
					font-weight: normal;
				}
				
					div#meat ol li ol.decnorm li:first-line {
						font-weight: normal;
					}
					
p#flpk {
	width: 40em;
	margin: auto;
	text-align:center;
	padding:1em;
	border:solid 1px gray;
}
	p#flpk span#sr {
		font-size:smaller;
	}
