@media print
{

div.content
{
    margin-bottom: 50px;
}

div.menu
{
    display: none;
}

div.footer span.right
{
    display: none;
}

div.path span.shortcuts
{
    display: none;
}

a:link
{
    text-decoration: none;
    color: #222222;
}
a:visited
{
    text-decoration: none;
    color: #555555;
}

div.footer
{
    width: 100%;
    position: fixed;
    bottom: 0px;
    height: 20px;
}

div.news div.head
{
    border-bottom: 1px solid;
}

}
