﻿@charset "UTF-8";

.entry {
	margin: 5px 0px;
	overflow: hidden;
}

.entry-date {
	text-align: right;
	font-size: 85%;
}

.entry-title a {
	font-weight: bolder;
	font-size: 110%;
	color: #00B058;
}

strong {
	margin: 0 5px;
	color: #F00;
	font-size: 118%;
}

*
em {
	font-weight: bolder;
	font-size: 110%;
	color: #00B058;
	font-style: normal;
}

em:hover {
	text-decoration: underline;
}
