/*
    This is the print stylesheet.

    Suggested attribute order is alphabetic.
    
*/

/* Selectors */

body { 
    background-color: #fff;
    color: #000;
    font: 0.8em/1.6em Tahoma, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

*a{
    position:relative;
}

a:link, a:visited {
    color: #0e0ff5;
}

h1 {
    font: normal 1.8em/1em Tahoma, Arial, sans-serif;
    margin-bottom: 0.5em;
}

h2 {
    font: normal 1.4em/1em Tahoma, Arial, sans-serif;
    margin: 0.3em 0 0.2em 0;
}

h3 {
    font: normal 1.2em/1em Tahoma, Arial, sans-serif;
    margin: 0.3em 0 0.2em 0;
}

p {
    margin-bottom: 0.8em;
}

#column_middle a:link:after, #column_middle a:visited:after {
    content: " (" attr(href) ") ";
}

/* Common classes */

.clear {
    clear: both;
}

/* Hidden Selectors */

#main_navigation, #column_right, #column_left, .secondary_navigation {
    display: none;
}

