@media print {

/* Global link colors and styles */
a:link, a:visited {color:#000000; text-decoration:underline;}
a:hover, a:active {color:#000000; text-decoration:none;}


/* Properties of the Website Banner */
#banner {
   width: 98%;
}

/* Properties of Horizontal Navigation Division */
.navigation-h {
   visibility:hidden;
   height:0px;
   width:0px;
}

/* Properties of Vertical Navigation Division */
#navigation-v {
   visibility:hidden;
   height:0px;
   width:0px;
}

/* Properties of Website Footer */
#footer {
   visibility:hidden;
   height:0px;
   width:0px;
}

/* Properties of H1 Headings - Page Banner Title */
H1 {
   color: #000000;
}

/* Properties of H2 Headings - Navigation Links */
H2 {
   color: #000000;
}

/* Properties of Horizontal Rules */
HR {
   color: #000000;
   background-color: #000000;
   border: 1px solid #000000;
}

/* Properties of normal paragraph text */
p {
   color: #000000;
}

/* Properties of Navigation Text */
p.navigation, p.navbar {
   visibility:hidden;
}

}
