body {
    width: 90%;
    margin: auto;
    font-family: "PT Sans", "Helvetica", sans-serif;
    font-size: 12pt;
    line-height: 1.5em;
}

img {
    max-width: 100%;
}

h2 img {
    display: none;
}

p.info { 
    padding-left: 25px;
    background-image: url("../images/information.png");
    background-repeat: no-repeat;
    background-position: left 0.25em;
}

h1, h2 {
    margin-top: 2em;
}

#header, ul#menu, #footer {
    display: none;
}

