@media print {

	a {
		color: black;
	}

}

a:hover {
	text-decoration: underline;
}

a {
	text-decoration: none;
}

hr {
	margin: 1em;
}

img {
	border-width: 0;
}

span.error {
	font-size: 11pt;
	color: red;
}

p {
	text-align: justify;
	margin-right: 10px;
}

table {
	border-collapse: collapse;
}

th, td {
	border: thin solid;
	padding-left: .3em;
	padding-right: .3em;
	text-align: center;
}

.center {
	text-align: center;
}

.title-credit {
	font-size: 70%;
	font-weight: normal;
	font-style: italic;
}