body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	margin: 1em;
	color: #111;
	margin: 1em;
}

table {
	border-collapse: collapse;
	width: 100%;
}

th, td {
	text-align: left;
	border: 1px solid #ddd;
	padding: 8px
}

th {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #4c50af;
	color: white;
}

tr:nth-child(even) { background-color: #f2f2f2; }

pre {
	background-color: #eee;
	padding: 0.5em 1em;
	border-left: 2px solid #888;
	overflow: scroll;
	font-size: 12px;
}

code, tt {
	font-family: monospace;
}

a, a:visited, a:hover, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #558;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #99c;
	border-bottom: 1px dotted #111;
}

h1 {
	color: #5c6366;
}

h2, h3, h4, h5, h6 {
	color: #8F9699;
}
