/*
*  File: print.css
*
*  Copyright information
*
*      Copyright (C) 2009 Jurkka Lemmetti <jurkka.lemmetti@gmail.com>
*
*/

nav, aside, .intelligentLink {
    display: none;
}

* {
    background: url() #ffffff !important;
}

a, p, h1, h2, h3, h4 {
    color: #000000;
    text-decoration: none;
}

#wrapper, #content, #news {
    width:   100%;
    margin:     0;
    padding:    0;
	min-height: 0;
}

/* End of file */
