#main table {
	border: 0;
	border-spacing: 1px;
	border-collapse: separate;
	font-size: 0.9em;
	background-color: #ddd;
	width: 100%;
	margin: 10px 0;
}
#main table td {
	background-color: #fff;
	border: 0;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
#main table th {
	font-weight: bold;
	text-align: left;
	background-color: #eee;
	padding: 4px;
}
a:link, a:visited {  text-decoration: none;  }
a:hover, a:active, a:focus {  text-decoration: underline;  }
.years {
	padding: 3px;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	font-size: 0.9em;
}
