p { font-family: Helvetica, Arial, sans-serif;
    font-size: 12pt;}

p.special { font-size: 22pt;
         font-weight: bold;
         text-align: center }

p.city { font-size: 20pt;
         font-weight: bold;
         text-align: center }

p.title { font-family: Arial, sans-serif;
         font-size: 18pt;
         font-weight: bold;
         text-align: center }

p.chapter { font-size: 16pt;
         font-weight: bold;
         text-align: center }

p.section { font-size: 14pt;
         font-weight: bold }

p.division { font-size: 16pt;
         font-weight: bold;
         text-align: center }

p.article { font-size: 16pt;
         font-weight: bold;
         text-align: center }

p.level1 { margin-left: 1.5em;
           text-indent: -1.5em }

p.level2 { margin-left: 1.5em }

p.level3 { margin-left: 2.5em }

p.level4 { margin-left: 3.5em }

p.level5 { margin-left: 4.5em }

p.level6 { margin-left: 5.5em }

p.level7 { margin-left: 6.5em }

p.level8 { margin-left: 7.5em }

table { margin-left: 1.5em; font-family: Helvetica, Arial, sans-serif;
    font-size: 12pt;}

table.withBorder{
  border-top-color:black;
  border-top-style:solid; 
  border-top-width:1;
  border-left-color:black;
  border-left-style:solid; 
  border-left-width:1
}

td.withBorder{
  border-bottom-color:black;
  border-bottom-style:solid;
  border-bottom-width:1;
  border-right-color:black;
  border-right-style:solid;
  border-right-width:1
}

a.popup {color: red; text-decoration: none}

