@charset "UTF-8";
/* CSS Document */

*{
	background-color: none !important;
	color: #000000 !important;
	background-image: none !important;
}

nav, footer, header img, img.decorative {
	display: none !important;
}


body {
	
	font-family: "Times New Roman", serif;
	font-size: 12pt;
	margin:20px;
}

*, *::before, *::after {
	
	border: none !important;
	box-shadow: none !important;
}

img {
	
	display: none !important;
}

.wrapper,.container, .left, .right {
	
	width: 100% !important;
	padding:0 !important;
	margin: 0 !important;
}

h1,h2,h3 {
	
	font-family: "Times New Roman", serif;
	font-size: 16pt !important;
	color: #000000 !important;
}

a::after {
	
	content: " (" attr(href) ")";
	font-size: 10pt;
}