﻿div.header {
	width: 100%;
}

div.navigation {
	display: none;
}

div.footer {
	display: none;
}

body { 
	color: black; 
	background: white; 
	font-family: "Times New Roman", Times, "New York", serif; 
	background-image: none; 
	background-position: center,center; 
	background-repeat: no-repeat;
}

p { 
	margin: 0; 
	text-align: justify; 
	letter-spacing: normal; 
	word-spacing: normal; 
}

h1 , h2 , h3  { 
	color: black; 
	font-family : "Times New Roman", Times, "New York", serif;  
	text-align: center; 
}

a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

table {
	background: transparent; 
	width: 100%;
	
}

div.noprint {
	display: none;
}