
/* Get standard statements                      */
@import url(css_normal.css);        

/* Show otherwise hidden elements               */
.print {
    display: block;
}

/* Merge with differing statements              */
#header,
#menue,
#sidebar,
#footer,
div.noncss {
    display: none; 
}

#printfoot {
display: none;
    padding-top: 1em;    
    margin-top: 2em;
    border-top: 1px solid #ccc;
    }

    #printfoot img {
        display: none; 
}

abbr {
    margin-left: 1em;
}

.newstext {
    width: 60%;
}

#content {
     margin-left: 0;
     width: 90%;
}

