/* CSS PRINT STYLE */
* {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12pt;
}

a {
  color:#000;
  text-decoration: underline;
  margin:5px; border:none;
}



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

body {
  padding: 10%;
  line-height: 1.4;
  word-spacing: 1px;
}
#l-side, img, .info {display: none;}
