/* print styles */
BODY {color: black; background: white; margin:0;}
A:link, A:visited {background: white; color: black; text-decoration: underline;
   font-weight: bold;}
H1, H2, H3 {background: white; color: black; padding-bottom: 1px;
   border-bottom: 1px solid gray;}
.noprint {display:none; }
#inner-wrap {width: 630px; overflow: visible;}
div.announce {
padding: 5px 0 0 0;
width: 600px;
position: relative;
left: 20px;
border: 3px red outset;
}