BODY {
  margin: 0px;
  padding: 20px;
  background-color: white;
  color: black;
  font-family: Times New Roman, Times, Serif; 
}
#content {
  padding: 16px;
}
.np {
  visibility: hidden;
}
#print {
  visibility: visible;
  position: absolute;
  top:0px;
  left:0px;
  width:7in;
}
#print img {
  margin-left: 5px;
  margin-right: 5px;
}
#crumbs {
  visibility: hidden;
}
H1, H2, H3, H4, H5, H6 {
  font-family: Times New Roman, Times, Serif;
  font-weight: bold;
  color: Black;
}
H1 {
  font-size: 150%;
  text-transform: uppercase;
  text-align: center;
}
H2 {
  font-size: 140%;
}
H3 {
  font-size: 130%;
}
H4 {
  font-size: 120%;
}
H5 {
  font-size: 110%;
}
H6 {
  font-size: 100%;
}
P, LI {
  font-family: Times New Roman, Times, Serif; 
	font-size:100%;
	color: Black;
}
P {
  text-align: justify;
}
TD {
  font-family: Times New Roman, Times, Serif;
  color: Black;
}
a:link {
	text-decoration: underline;
	color: blue;
}
a:visited {
	color: purple;
}
a:hover {
	text-decoration: none;
}
p.footer {
  visibility: hidden;
}