
a.nounderline:link 
{ 
 text-decoration:none; 
}

@media print {
  .nav {
    display: none;
  }

}