/* print styles */
BODY {color: black; background: white;}
A:link, A:visited {background: white; color: black; text-decoration: underline;
   font-weight: bold;}

.no_print{
display:none;
}

.prelg{
font-size:12px;
color:black;
font-weight: 600;
}

h2{
font-size:12px;
font-weight:800;
color:black;
}

h3{
font-size:16px;
font-weight: 800;
color:black;
}


