




/*
     FILE ARCHIVED ON 8:13:53 Sep 20, 2008 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 23:54:44 Apr 19, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/* common print styles for Harvard magazine site  */


/* GENERAL */

body {
  background-color: #ffffff;
}

.offscreen {
  display: none;
}
#divtopanchor {
  display: none;
}

/* elements for screen display or print display only */
span.screenonly {
  display: none;
}
span.printonly {
  display: inline;
}
div.screenonly {
  display: none;
}
div.printonly {
  display: block;
}


/* OUTER SHELL */

#divoutershell {
  width: 620px;
  margin: 0px;
}



/* PAGE AREA */

#divpagearea {
  width: 620px;
  min-height: 0px;
  margin: 0px;
}



/* AD AREA */

#divadarea {
  display: none;
}
