	.linktable {
		width:100%;
		border:1px solid grey;
		margin-top:10px;
	}
	.linktable_row:hover {
		background:#222;
	}
	
	.linktable_row {
		height:2em;
	}
	.dark {
		background:#333;
	}
	.light {
		background:#333;
	}
	.linktable td{
		vertical-align:top;
		padding:0.5em;
	}
	.link_td {
		width:50%;
/*		line-height:0.7em;*/
	}
	.link_td span {
		color:grey;
		font-size:0.7em;
	}
	.date_td {
		color:#999;
	}
	#search_links {
		font-size:2em;
	}
	#search_section {
		padding:3em;
	}