/* Print styles 

1. Set correct typographic styles (points and serif typefaces)
2. Blue underlined links and display links in brackets after the link)
3. Hide unnecessary elements as appropriate
4. Layout styles such as display print logos

*/


/* typography */

body { background: none; margin: 0; padding: 0; font-family: "Times New Roman"; font-size: 12pt; color: #000000; font-weight: normal;}
h1 { font-size: 170%; }
h2 { font-size: 140%; }
h3 { font-size: 130% }

/* link styles */

a, img { border: 0; }
a img { border: 0; }

li a:link:after, p a:link:after, li a:visited:after, p a:visited:after { content: " (" attr(href) ") "; font-size: 90%; }



/* hide unnecessary elements 

{
    display: none;
}

*/

/* layout styles */