body, td {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background: white;
	color: black;
}

a {
	color: rgb(0,150,0);
	background: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.overview1 {
  font-size: 16px;
}

.overview2 {
  font-size: 12px;
}

.overview3 {
  font-size: 9px;
}

.listdesc {
  font-size: 11px;
  margin-left: 35px;
}

.bookpropertylabel {
  color: rgb(180,180,180);
}

.info {
  font-size: 10px;
  color: rgb(180,180,180);
}

.num_of_links {
  font-size: 9px;
  color: rgb(170,170,170);
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	font-style: normal;
	background: white;
	color: rgb(170,170,170);
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 17px;
	font-style: normal;
	background: white;
	color: rgb(170,170,170);
}

.pagenavigator {
  background: rgb(230,255,230);
}





@media print {
  .print {
    display: block;
    visibility: visible;
  }
}

@media screen {
  .print {
    display: none;
    visibility: hidden;
  }
}

