body, a, td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

.content {
	text-align: justify;
}

.content img {
	border: 1px solid #7F7F7F;
}

.dontprint {
	font-weight: bold;
}

@media print {
	.dontprint {
		display: none;
	}
}

.dontprint a:link {
  text-decoration: none;
}

.dontprint a:visited {
  text-decoration: none;
}

.dontprint a:hover {
  text-decoration: underline;
}

