@media print {

#portal-round-up,
#portal-slogan,
#portal-menu,
#portal-hotnews,
#portal-footer,
#portal-round-bottom {
    display: none;
}

h1 {
    margin-top: 0;
    font-size: 1.3em;
}
h2 {
    font-size: 1.1em;
}
h3 {
    font-size: 1em;
}

#portal-content a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

#portal-content a[href^="/"]:after {
   content: " (http://www.bixenon.biz" attr(href) ") ";
}

table {
    border-spacing: 1px;
    border: 0;
    margin: 0 0 1.5em 0;
}
caption {
    font-size: 0.9em;
    font-weight: bold;
    line-height: 2em;
}
th {
    padding: 0.5em 1em;
    background-color: #ddd;
    color: #000;
    border: 0;
}
td {
    padding: 0.5em 1em;
    background-color: #333;
    color: #ddd;
    border: 0;
}

}