/* CSS Document */
/* set the print settings */
body, p, td, th, ul {
image:url(/images/logo-print.gif);
background-color: #ffffff;
color: #333333;
font-family: Georgia, "Times New Roman", serif;
font-size: 12pt;
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 {
color: #666666;
text-decoration: none;
font-family: Georgia, "Times New Roman", serif;
font-size: 12pt;
}

/* Show URLS only inside the article container
#mainbody a: after {
content: "(" attr(href) ")";
font-size: 10pt;
}
*/

/* hide the following */
#splash, #crumb, #usr-msg, #footercopy, #footerstripe, #flashcontent {
display: none;
}

