/* Print CSS Document */
body{margin: 0 auto; padding: 0; font:12pt "Times New Roman", "TimesNR", Times, serif; background: white;}
#wrapper{margin:2%; width:auto; float:none !important;}

#date {margin: -10px 0 0 35px; text-align:center;}
#title {margin: 0px 0 0 35px; text-align:center;}
#titleb {margin: 0px 0 0 35px; text-align:center;}
#title2 {margin: 50px 0 0 70px; text-align:center;}
#content {margin: 110px 0 0 45px; text-align:justify; line-height:16px;}
#contentb {margin: 60px 0 0 45px; text-align:justify; line-height:16px;}
h1{font-family: Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; line-height:20px; color:#000066; z-index:1;}

#nav{display:none;> /* hides unwanted elements */

#printcontent{width:auto; margin: 0 5%; padding: 0; border: 0; float: none; color:black; background:transparent;}
div #printcontent{margin-left:10px; margin-right:10px; margin-top:10px; margin-bottom:10px;} /* set margins for print media */
a:link, a:visited{color:520; background: transparent; font-weight:bold; text-decoration: underline;} /* for printed links */
#content a:link:after, #content a:visited:after{ content: " (" attr(href) ") "; font-size: 90%;} /*requires CSS2 conformant browser, creates URL of the link in parentheses. */

#content a[href^="/"]:after { content: "(http://www.visualdefence.com" attr(href) ") ";} /*CSS3 selectors*/

