html, body {
}

body {
	font-family: Georgia, "Times New Roman", serif;
}

.home {
	background-position: 100% 0;
}

#controls a {
	color: #f60;
}

a:active, a:visited {
	color: #963;
}

p {
	line-height: 1.4em;
	margin-bottom: 1.4em;
}

#left, #right {
	float: left;
	margin-bottom: 2em;
}

table {
	text-align: left;
	border-collapse: collapse;
	border: 0;
	clear: left;
	margin-top: 1em;
	float: left;
	width: auto;
	font-size: 0.9em;
}

table.left {
	margin-right: 1em;
}

table.right {
	margin-right: 0;
}

th, td {
	padding: 0.3em 0.5em;
	text-align: left;
}

th.bull, td.bull, th.description, td.description {
	color: #666;
}

th.project, td.project {
	white-space: nowrap;
}

th, td {
	border: 1px solid #666;
}

th {
	font-weight: bold;
	border-bottom: 1px solid #000;
}

th.head {
	width: 2.5em;
}

th, tr, td {
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

td.date {
	white-space: nowrap;
	text-align: right;
	color: #000;
}

td.description {
	white-space: nowrap;
}

td.description a {
	color: #666;
}

ul.links li {
	display: inline;
}

div.col {
	width: 31.5em;
	margin-right: 2em;
	font-size: 0.9em;
}

div.col.two {
	width: 24em;
}

div.col.three {
	width: 21em;
}

div#controls {
	float: right;
}
