/* CSS Document */


#nav, #footer {
display: none;
}

body {
margin: .7in;
background: #FFFFFF;
color: #000000;
}

p {
font: 10pt Verdana, Arial, Helvetica, sans-serif;
line-height: 1.3em;
}

h1 {
font: 16pt Georgia, "Times New Roman", Times, serif;
padding-bottom: 0;
}

h2 {
padding-top: 1.0em;
font: 14pt Georgia, "Times New Roman", Times, serif;
page-break-inside: avoid;
}

h3 {
font: 12pt Georgia, "Times New Roman", Times, serif;

}

a {
text-decoration: none; color black;}

a:after {
content: "{" attr(href) "}";
font-style: italic;
}


