/* 
ANALISEdeALGS/analise_de_algoritmos/style-print.css 
*/
HTML {
  font-size: 14px;
  font-size: 15px;
}
BODY {
  font-size: 1.0em; /*1.0 x 14px = 14px*/
  word-spacing: 1.1px; /*1.3px on desktop*/
  letter-spacing: 0.3px; /*0.4px on desktop*/
  margin-left: 3%;
  margin-right: 2%;
}
a:link {
  text-decoration: underline;
} 
a:visited {
  text-decoration: underline;
}
a:hover { /*must come after :link and :visited*/
  text-decoration: underline;
}
a:active { /*must come after hover*/
  text-decoration: underline;
} 
div.exr a:link {
  text-decoration: underline;
} 
div.exr a:visited {
  text-decoration: underline;
} 
div.exr a:hover { /* Must come after :link and :visited */
  text-decoration: underline;
}
div.exr a:active { /*must come after hover*/
  text-decoration: underline;
} 
