* {
    margin: 0px;
    padding: 0px;
}
#nav, img.decor, img.decor-r { display: none }
body {
    font: 11pt/13pt "Lucida Grande", "Lucida Sans Unicode", 
    Arial, Helvetica, sans-serif;
    background: white;
    color: black;
}
h1.title { 
    font-size: 120%;
    margin-bottom: 1.5ex;
}
h1, h2 { 
    font-size: 105%;
    margin-top: 1.25ex;
    margin-bottom: 0.5ex;
}
p, ul {
    margin-bottom: 0.75ex;
}
ul {
    margin: 1ex 0em 1.25ex 3em;
}
a {
    text-decoration: none;
    color: black;
}
blockquote {
    font-family: "Times New Roman", serif;
    font-style: italic;
    text-align: center;
    margin-bottom: 2ex;
}
blockquote p {
    padding: 0ex;
    margin: 0ex;
}
div.sidebar {
    border: 1px solid black;
    float: right;
    width: 35%;
    padding: 0.5ex 1ex 1ex 1ex;
    margin: 0ex 0ex 2ex 2ex;
    font-size: 10pt;
    line-height: 11.5pt;
}
.sidebar-title {
    font-weight: bold;
}
.comment {
    margin-top: 1.5ex;
    font-size: 90%;
    text-align: right;
}
div.figure {
    margin-top: 1.5ex;
    text-align: center;
    font-size: 90%;
}
div.figure img {
    border: 1pt solid black;
}