/*
style sheet for the newspaper effect in the in print pages
*/
BODY.newsprint {
  background-color: #C0C0C0;
  color: #404138;
  background: url(../inprint/newspaper.jpg);
  font-family: Times, Serif;
}

DIV.waz {
font-size: 16pt;
color: #404138;
text-align: left;
font-family: Times, Serif;
}

TD.typetext {
font-size: 14pt;
text-align: center;
color: #404138;
font-family: Times, Serif;
}
