
body,td,th,p {
	font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;
	font-size: medium;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #111111;
}
h1 {
	font-size: large;
}
h2 {
	font-size: medium;
}

.listing-entry {
	margin-top: 5px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #999;
	overflow: hidden;
}

.lentry-title {
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
}

.lentry-date {
	height: 0px;
	float: right;
	font-size: small;
	color: #999;
}
