/* ***********************************************************
   200307print.css
   the style sheet for printing single articles of the 
   midnight rambler.  a pdf is used for the whole newsletter.
   css by Mary Wior
   based on newsletter design by Andrew Hemond
   ***********************************************************
*/

/* general formatting */
@page { size 8.5in 11in; margin: 1in; }
body { color: #000000; background: #FFFFFF;
  font: 10pt "Times New Roman" Times serif; border: none; }
a { color: #000000; text-decoration: underline; }


/* headers, navigation */
#nav { display: none; }
.web-head { display: none; }
.display { left: 0; width: 95%;  }
.print-head { display: block; margin: 0; padding: 0; text-align: left; }  
.print-head p { font-style: italic; font-size: 8pt; } 

/* details */
#garou-games li { list-style-image: url(http://www.geocities.com/malkavsget/thenews/blk-paw.png); }
.ad { border: none; }
#corin { color: #000000; background-color: #FFFFFF; border: double; }