body {
  background: white;
  font-size: 10pt;
  line-height: 120%;
  margin: 0 5%; 
  padding: 0;
  }
  
/* === Display: None === */
div#navigation, div#language, div#footer, div#leftcolumn, div#memlogo, div#banner_image {display: none}

/* === Masthead === */
div#masthead {display: block;}
div#masthead h1 {font-size: 16pt; font-weight: bold; line-height: 180%; padding-left: 0;}
div#masthead h1.noprint {display: none;}
div#masthead h2 {font-size: 10pt; font-weight: bold; margin-bottom: 2em; border-bottom: 2px solid #e4e4e4; padding: 0;}
div#masthead p {display: none;}

/* === Layouts === */

div#content, div#rightcolumn, div#wrapcolumn, div.vtour {
  width: 100%;
  margin: 0;
  padding: 0;
 }
 
 
 /* === Headlines === */
div#rightcolumn h2 {color: #252525; font-weight: bold; }
div#content h3.greenpng {margin: 0; padding: 0;}



/* === Links === */
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

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

