@charset "UTF-8";
/* CSS Document */
body {
	padding:22px 7px;
}
p {
	font-size:14px;
	line-height:18px;
	margin-bottom:3px;
	color:#000000;
}

p.date {
	font-weight:bold;
}
p.category {
	background:#EEE386;
	padding:3px 3px 1px 3px;
	display:inline-block;
	margin-bottom:6px;
	border-radius:4px;
}
hr {
	border:none;
	border-top:1px dotted #333333;
}
strong {
	color:#C00;
}
a {
	color:#06C;
}