@media print { .noprint { display:none; } }

body { overflow-y: scroll; }

p,td { font-family: Arial, Helvetica, sans-serif; font-size: 16px; }
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; color: #CCCC66; padding-top: 5px; }
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; }
hr { weight: 0px; padding:0px; margin: 0px 0px 30px 0px; border: 0px solid black; }

a {color:#FF6600; text-decoration: none;}
a:hover {color:#FF6600; text-decoration: underline;}

p.footer { font-size: 12px; padding-top:10px; padding-bottom:50px; text-align: center; color: #000; }
a.footer { font-size: 12px; color: rgb(255,102,0); cursor: pointer; text-decoration: none; }
a.footer:hover { text-decoration: underline; }

* { user-select: none; }
*::selection { background: none; }
*::-moz-selection { background: none; }

.menu { opacity: 0.70; margin-top: 10px; }
.menu:hover { opacity: 1; }
