body
{
    color: black;
    padding: 0;
    margin: 0;
    text-rendering: optimizeLegibility;
}

body #box
{
    width: 17cm;
    margin: 0;
    position: relative;
    padding-top: 1em;
    padding-bottom: 0.5em;
    font-style: normal;
    margin-left: 4cm
}

#content p, 
#content address,
#content a,
#content a:visited
{
    font-size: 10pt;
    line-height: 12pt;
    color: black;
    border: none;
    font-family: 'Hoefler Text', georgia, palatino, serif;    
}

#content p, 
#content address,
#content a:visited
{
    padding-right: 1em
}

a[href^='http://']:after
{
    content: ' ('attr(href)')';
}

#content abbr
{
    border-bottom: none;
    text-decoration: none
}

#banner-img
 {
    width:17cm;
    margin-top: -1em;
    margin-left: 0
 }

#navigation
{
    width: 100%;
    position: 0 0;
}

#navigation li
{
    float: right;
    min-width: 2cm;
}

#navigation li a 
{
    display: none;
    position: static
}


 
a.external 
{
    padding-left: 0;
    background-image: none;
    background-color: transparent;
}

#box h1, 
#box h2, 
#box h3, 
#box h4,
#box h5,
#box h6
{
    page-break-after: avoid;
    font-style: normal;
    font-size: 18pt
}

p
{
  orphans: 4;
  widows: 4;
}

#box h2
{
    font-size: 14pt;
    margin-top: 1em;
    margin-bottom: 3pt
}

#box h3, 
#box h4,
#box h5,
#box h6
{
    font-size: 12pt;
    margin-bottom: 2pt;
}


