﻿html body
{
	background-color: #ffffff;
	color: Black;
	font-family: Segoe UI, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	margin: 1.2em .7em;
}

table
{
	font-size: .9em;
	margin: 3px 0px 3px 0px;
}

tr.odd
{
	background-color: #f1f1f1;
}

tr.even
{
	background-color: white;
}

th
{
	height: 21px;
	color: #222222;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #e5e5e5;
	border-color: #cacaca;
	border-width: 1px;
	border-style: solid;
}

td
{
}

a
{
	color: #3165c6;
	text-decoration: none;
}

a:visited
{
	color: #3165c6;
}

a:hover
{
	color: #3e80fa;
	text-decoration: underline;
}

div.feed-body
{
	width: 80%;
	margin-left: 1em;
}

div.feed-header
{
	background-color: #ffffce;
	border-style: solid;
	border-color: #c6c6c6;
	border-width: 1px;
	padding: 1em;
	margin-bottom: 2em;
}

a.feed-title
{
	font-weight: bold;
}

div.feed-description
{
	font-size: smaller;
	margin: .4em 0 1em 0;
}

div.feed-related-link
{
	font-size: smaller;
	margin-left: 1em;
}

div.feed-entry
{
	margin-bottom: 1.8em;
}

a.feed-entry-title,
a:hover.feed-entry-title
{
	text-decoration: none;
	font-weight: bold;
}

hr
{
	color: #3165c6;
	height: 1px;
}

div.feed-entry-date
{
	color: #828282;
	font-size: .7em;
}

div.feed-entry-content
{
	font-size: smaller;
	line-height: 1.5em;
}

dl
{
	margin-top: .4em;
}

