/*Snyder County PAGenWeb print style sheet*/
/**layout**/
html, body {
  margin: 0;
  padding: 0;
}

#header {
  display: none;
}

#columnLeft {
  display: none;
}

#columnRight {
  margin-left: 20pt;
	margin-right: 30pt;
}

#footer {
  display: none;
	}
/*presentation*/
body {
	background-color: #cc9;
	color: #000;
	font: 10pt "Times New Roman", Times, serif;
}

.center {
  text-align: center;
	}

.left {
  float: left;
	}

.right {
  float: right:
	}

p li dt dd {
  line-height: 1.5em;
	}

a:link {
  color: #00e;
	text-decoration: none;
  }

a:hover {
  color: #f00;
	text-decoration: underline;
	}

a:active {
  color: #f00;
	text-decoration: none;
  }

a:visited {
  color: #f0f;
	text-decoration: none;
  }

address {
  font-size: 80%;
	text-align: center;
	}

dt {
  font-weight: bold;
  }

th {
  background-color: #99c;
	color: #000000;
	}

p.hang{
	margin-left: 0;
	padding-left: 2em;
	text-indent: -2em;
	}

