/* styles definitions for printing */

body, p, th, td, a {
  color: black;
  /* font ?*/
}

body {
  background-color: white;
  margin: 0;
  padding: 0; 
}

h1, h2, h3, h4, h5, h6
{
  page-break-after: avoid;
}

a { color: blue; }

a[href]:after {
	content: " [" attr(href) "]";
}

a[href|="#"]:after,          /* internall references */
a[href|="javascript:"]:after /* scripts */
{
	content: "";
}

div.menu {
  display: none;
}

