/* Print CSS common to all sites */

body {visibility:hidden;}

.print {
visibility:visible;
position: absolute;
top:5px;
width:70%;
margin-bottom:10px;
}

.print:before {
content: "Copyright The IT Newsletter Group, all rights reserved.";}

.print:after {
content: "StorageNewsletter.com and SecurityNewsletter.com are publications of The IT Newsletter Group. Visit us at www.itnewslettergroup.com";}