div#top,
div#left,
div#right,
h1,
.nodisplay,
.none,
.clear,
#page .path_top,
.path_content,
.content_nav,
.path_bottom,
div#bottom,
.action_panel_item,
.article_nav,
#pchArticles,
#panDateCreated,
#panDateUpdate,
#panAutor {
    display: none;
}

body {
    background: #FFF;
}

H2 {
    font-size: 2em;
    font-weight: 700;
    color: #000;
    float: none;
}

H3 H4 H5 {
    font-size: 1.5em;
    font-weight: 700;
    color: #000;
    float: none;
}

div#content_body,
div#content_text {
    font-size: 10pt;
    font-family: Arial, Times, serif;
    color: #000;
    background: #fff;
    width: auto;
    border: 0;
    float: none;
    margin: 0 5%;
    padding: 0;
}

IMG {
    border: 1px solid #000;
    padding: 2px;
}

div#content_text a:link:after,
div#content_text a:visited:after {
    content: " ("attr(href) ") ";
}

a {
    text-decoration: underline;
    color: #000;
}

