/* Style Sheet for the print presentation of the "Growing in Grace" series.  The screen presentation is growing_grace.css.  By Loy Pressley, 11/22/2006 */
/* NOTE:  There are 72 points (pt) to the inch */

body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt;
	margin-left : -20pt;
	margin-right : 10pt;
}
h1 {
	font-size: 16pt;
	margin-bottom: 0pt;
}
h2 {
	text-align: center;
	font-size: 14pt;
}
div.spec {
  margin-left: 225pt;
  text-align: left;
}
#cover {
	width: 360pt;
	height: 540pt;
	border: 1px solid black;
}
table {
	margin-left: 0pt;
	margin-right : 0pt;
	margin-top: 0pt;
	width : 100%;
	font-size: 12pt;
}
td {
	vertical-align: top;
}
a {
  text-decoration : underline;
  color : #0000ff;
}
#navigation, #leftnavigation, #other, #tophead {
  display : none;
}