/*CSS file created for special formatting to print the form in joinbymail.html. This CSS uses display:none exactly to hide the printing of all other div's of the website - it will show up inside the.html file*/
body {
	width: 7.5in;
	color: #000000;
	font: 12pt/20pt "Times New Roman", Times, serif;
  margin: 0;
}
header {
  display: none;
}
footer, nav {
	display: none;
}
textarea {
  margin: 0;
}
.noprint {
	display: none;
}
