/* CSS for new home page */

html {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
  font-family: "Libre Baskerville", serif;
  font-size: 12pt;
}

code {
  font-family: "Roboto Mono", monospace;
}

#pic {
	position: absolute;
	left: 16px;
	top: 16px;
}

#content {
	margin-left: 186px;
	max-width: 48em;
	border-left: solid #1f386b 8px;
	padding-left: 12px;
}

#back {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin-left: 194px;
	border-left: solid #1f386b 8px;
	padding-left: 12px;
	z-index: -1;
}

table {
	border-collapse: collapse;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

tr { border: 1px solid black; }

th {
	text-align: center;
}

th, td {
	padding: 4px 8px;
}

/*
vim:ts=2:
*/
