/*
|
| TITLE:      Living Beyond Hemophilia styles for print
| AUTHOR:     Interworks Inc., http://www.interworksinc.com
|
*/

html,body{
	font-family: Arial,sans-serif;
  font-size: small;
}

.header form, .header .utilityNav, .navigation, .subNavigation, .footerNav {
	display: none;
}

.header h1 a {
	color: #000;
	text-decoration: none;
}

/* shows the URL after a link in Firefox, Safari */
.copy a:link:after, .copy a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
