/* reset colors, fonts and borders */

* {
	color: black !important;
	font-family: 'Times New Roman', Times, serif !important;
	text-align: justify;
	border-color: black !important;
}

a {
	color: blue !important;
}

hr {
	border-color: black;
	background-color: black;
}

/* remove unnecessary layout elements and margins/paddings */


body {
	background-image: none;
	background-color: white;
}

#head, #foot {
	display: none;
}

#container {
	width: 100%;
	margin: 0;
}

#content {
	width: 100%;
	margin: 0;
	padding: 0;
}
