h1.title {
	text-align: center;
	}

h2.subtitle {
	text-align: center;
	}

h4.atts {
	font-style: italic;
	}

p.att {
	background: #D6D6D6;
	}

p.q-para {
	font-weight: bold;
    }
	
hr.section-sep {
	margin-top:30px;
	margin-bottom:30px;
	}
	
ol.sublist { counter-reset: item }
li.sublist { display: block }
li.sublist :before { content: "4." counters(item, ".") ". "; counter-increment: item }