Før:
body {
	margin: 0px;
	border: 0px;
	background-color: #D9D6BF;
	color: #58530C;
	font-size: 13.5px;
	font-family: "Times New Roman", serif; 
	font-variant: Serif Book SC;
}
table, td, th {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
}
Nu:
body {
	margin: 0px;
	border: 0px;
	background-color: #D9D6BF;
	color: #58530C;
}
table, td, th {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	font-size: 13.5px;
	font-family: "Times New Roman", serif; 
	font-variant: Serif Book SC;
}