/* CSS Document */

@media print{
body, #page {background-color:#FFFFFF; color:#000000; font-family:Georgia, "Times New Roman", Times, serif;}
.hide, #sitenav, #bottom, #sep-top, #sep-bot, .seps, #sect, .pgup, #pages	{display:none;}
#page a {text-decoration:none; border-bottom:1px dotted blue;}
#main {width: 100%; margin: 0; padding: 0; text-align: justify; }
p, .para, li {font: 1em/normal "Times New Roman", Times, serif;
}
#main p, #main p.intro  {font-family:Georgia, "Times New Roman", Times, serif;}
p+p {text-indent:2em; margin:0}
h1, h2 {margin-top:0;}
}