body,table {
	font-size: 10pt;
	word-break: break-all;
	margin: 5px;
}

a {
	text-decoration: none;
}

a:hover {
	color: #ff0000;
}


