| 1234567891011121314151617181920212223242526 | 
							- h3 code {
 
- 	font-family: inherit ;
 
- 	font-size: inherit ;
 
- }
 
- pre, code {
 
- 	font-size: 12pt ;
 
- }
 
- span.apii {
 
- 	float: right ;
 
- 	font-family: inherit ;
 
- 	font-style: normal ;
 
- 	font-size: small ;
 
- 	color: gray ;
 
- }
 
- p+h1, ul+h1 {
 
- 	padding-top: 0.4em ;
 
- 	padding-bottom: 0.4em ;
 
- 	padding-left: 24px ;
 
- 	margin-left: -24px ;
 
- 	background-color: #E0E0FF ;
 
- 	border-radius: 8px ;
 
- }
 
 
  |