/* set the print settings */
body, p, td, th, ul {
image:url(../images/logo-print.gif)
background-color: #ffffff;
color: #000000;
font-family: Verdana, Arial;
font-size: 10pt;
padding: 20px;
text decoration: none;
}

/* set the header settings */
h1, h2, h3, h4 {
color: #000000;
font-family: Verdana, Arial;
font-size: 14pt;
text decoration: none;
line-height: 135%;
}

/* links black 
a:link, a:visited, a:active {
color: #000000;
text-decoration: none;
font-family: Verdana, Arial;
font-size: 12pt;
}
*/
/* Show URLS only inside the article container*/
#mainbody a: after {
content: "(" attr(href) ")";
font-size: 10pt;
}

/* hide the following */
#navbar, #leftcol, #footernav, #footercopy, #footerstripe, #flashcontent {
display: none;
}