

@media print {

/*
* {
  border: 1px solid red;
}
*/
/*
html, body, #main, #content {
  margin-top: -10em;
  padding-top: 0;
}
*/

body {
  padding: 0.5em 1.0em;
}

* {
  color: black;
  background-color: transparent;
  float: none;
  font-weight: normal;
  background-image: none;
}

acronym {
  border: none;
}

acronym[title]:after {
   content: " [" attr(title) "] ";
}

a[href]:after {
   content: " [" attr(href) "] ";
}

/* should be valid CSS3 */
a[href^="/"]:after {
   content: " [http://www.pinkjuice.com" attr(href) "] ";
}

a.TextEqualsURL:after {
  content: "";
}

/*
a {
  font-size: 90%;
  text-decoration: none;
}
*/

.navigation,
#tocunit,
.toclinkContainer,
.InteractiveOnly,
.HTMLOnly,
.DisplayOnly,
.DynamicOnly,
.NotForPrint,
.ColorPic
{ display: none }

}
/*
*/


