body {
	padding: 12px;
	max-width: 700px;
	margin: 0 auto;
	font-family: 'Arial', sans-serif;
}

ul {
	list-style-position: outside;
}

p {
	line-height: 1.2;
}

li {
	line-height: 1.5;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #ccc;
	width: 100%;
	table-layout: fixed;
	border-radius: 6px;
}

td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	word-wrap: break-word;
	vertical-align: top;
}

td:first-child {
	border-left: none;
}

td:last-child {
	border-right: none;
}

tr:last-child td {
	border-bottom: none;
}

a {
	color: blue;
	text-decoration: none;
	background-color: #f8f8f8;
	padding: 0 6px;
	border: 0.5px solid #e0e0e0;
	border-radius: 4px;
}

a:visited {
	color: blue;
}

a:hover {
	background-color: #e0e0e0;
	color: #0066ff;
}
