body {
	background-color: #EEEEEE;
}

a {
	text-decoration: none;
	color: #5555FF;
}

.nextlink a, .prevlink a, .rssinfo a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

.date {
	display: block;
	/* margin-bottom: 1em; */
	border-bottom: 1px solid black;
}

.day {
	float: left;
	font-size: 500%;
	padding-right: 10px;
}

.dayname {
	float: right;
}

.month, .year {
	font-size: 250%;
}

.time {
	font-weight: bold;
}

.rssinfo {
	font-size: small;
	margin-bottom: .5em;
}

.main {
	display: block;
	background-color: white;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	margin: 30px;
	padding: 10px;
}

.links {
	display: block;
	line-height: 1.25em;
	margin-bottom: 10px;
}

.prevlink {
	font-size: small;
	float: left;
}

.nextlink {
	font-size: small;
	text-align: right;
}
