@media print {

* {
background-image: none !important;
}

body {
background-color: transparent;
font-size: 14pt;
font-family: Arial,'Times New Roman',Times,serif;
color:#000;
}

h1, h2 {
page-break-after: avoid;
page-break-before: avoid;
}

h1, h2, h3, h4, ul, ol, p, dd {
margin-right: 0;
}

h1, h1 a, h2, h2 a, h3, h3 a {
margin-right: 0 !important;
background: none !important;
}

a {
text-decoration: none;
}

img, abbr, acronym {
border: none;
}

pre {
white-space: normal
}

#righthead {
text-align: left;
}

#rightimg, #left, #rightcol, #footer, p.articleoptions {
display: none;
}
div#maincontent {
width: auto !important;
}


/*
a[href^="http"]:after {
content: " (" attr(href) ") ";
}

a[href^="http"]:after, a[href^="http"]:link:after  { 
color: #000;
background-color:transparent;
content: " * Link " attr(href) "* ";
}

a[href^="http"]:visited:after {
color: #000;
background-color:transparent;
content: " * Link " attr(href) "* ";
}*/

.clear { clear: both; }


.invisible {
display: none !important;
}

}
