@charset "utf-8";
/* CSS Document */

*{
	background-color:#FFF !important;
	background-image: none !important;
	color: #000 !important;
}

nav, footer {
	display:none;
}

body{
	font-family: Times, 'Times New Roman', 'serif' !important;
	line-height: 1;
}

a[href*='//']:after, a[href*='mailto']:after{
	content: "["attr(href)"]";
	font-size: .75em;
	font-weight: normal;
	word-wrap: break-word;
}
