body {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	background: #fff;
	color: #000;
	font-size: 14px;
	padding: 0;
}
table {
	border: none;
	border-collapse: collapse;
}
table tr:nth-child(even) {
	background-color: #f0f0f0;
}
table tr:nth-child(odd) {
	background-color: #fefefe;
}
td, th {
	padding: 4px;
	border: 1px dashed #999;
	white-space: nowrap;
}
table td:nth-child(1),
table td:nth-child(2),
table td:nth-child(3),
table td:nth-child(4) {
	font-family: monospace;
}
table td:nth-child(5) {
	padding-left: 15px;
}
a {
	color: #00f;
	text-decoration: none;
}

