@charset "utf-8";
/* CSS Document */

body
{
	padding: 10px;
}

h1
{
	color: #660000;
	font-weight: bold;
	font-size: 13px;
	margin-top: 0px;
}

.feed .title
{
	font-weight: bold;
	font-size: 12px;
}

.feed .date
{
	font-size: 9px;
	color: #666666;
	text-align: right;
}

.feed .subtitle
{
	font-weight: normal;
	font-style: oblique;
	font-size: 12px;
}

.feed img
{
	vertical-align: text-top;
}

.feed .link
{
	font-weight: bold;
}