The CSS style sheet:
continent { display: block } country, province, city { display: list-item; margin-left: 2em } name { font-weight: bold } pop:before { content: " pop. " } continent > name { font-size: larger }
Bert Bos
20 of 29