#header h1 a {
    color: #000;
    text-decoration: none;
}

#nav, #side {
    display: none;
}

#map {
    width: 15cm;
    height: 10cm;
    border: 1px solid #000;
}

body {
    line-height: 1.5;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    color: #000;
    background: none;
    font-size: 10pt;
    word-spacing: 1pt;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, sans-serif;
}

code {
    font: 0.9em Courier, monospace;
}

img {
    margin: 1.5em 1.5em 1.5em 0;
}

a img {
    border: none;
}

p img.top {
    margin-top: 0;
}

hr {
    background: #CCC;
    color: #CCC;
    width: 100%;
    height: 2px;
    margin: 2em 0;
    padding: 0;
    border: none;
}

blockquote {
    margin: 1.5em;
    padding: 1em;
    font-style: italic;
    font-size: 0.9em;
}

a:link, a:visited {
    color: #000;
    background: transparent;
    font-weight: 700;
    text-decoration: underline;
}
