body {
    background-color: #fff;
    color: #000;
    font-size: 12pt;
    font-family: verdana, serif;
}

/*.header, 
header:first-child,
container, 
nav, 
section#comments, 
.footer {
    display: none;
}*/

.header, 
container, 
nav, 
section#comments, 
.footer,
.two-columns aside, 
.bx-wrapper, 
#breadcrumb {
    display: none;
}

h1, h2, h3, h4, h5 {
    color: #007fca;
    font-weight: bold;
}

h1 {
    font-size: 21pt;
}

h2 {
    font-size: 19pt;
}

h3 {
    font-size: 17pt;
}

h4 {
    font-size: 15pt;
}

h5 {
    font-size: 13pt;
}

a {
    text-decoration: none;
    color: #333;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

article img {
    display: none;
}

header .logo img {
    display: inline;
}