/* jGuard  print style sheet */
body {
  font-family: georgia, "Times New Roman", Times, serif;
}


#shortcuts{

display:none;

}

#header .w3c{
display:none;

}

a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

a:after { 
   content: " ( " attr(href) " ) ";
}

@page pre{

 size: landscape;
}

acronym{

 border:none;

}

acronym[title]:after {
  content: " (" attr(title) ") ";
  font-style: italic;
}