/* This is for printers, so use points, not pixels! */

a { font-size: 9pt; font-weight: bold; color: blue; text-decoration: none;}

/* Set the page font */ 
body { font-size: 10pt; font-family: serif; line-height: 12pt;}

/*displays links as text that shows up when printed*/
a:link:after, a:visited:after { content: " (" attr(href) ") "; }
a:link, a:visited { margin: 0; padding: 0; }

