﻿div.rssFeed {
	width: 100%;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	margin-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
}

div.rss
{
	width: 100%;
	background-color: PowderBlue;
	border-style: solid;
	border-width: 2px;
	border-color: SlateGray;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

div.rssHeader
{
	width: 100%;	
	background-color: DarkBlue;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: SlateGray;
}

div.rssTitle
{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: White;
	background-color: DarkBlue;
	padding: 2px;
	padding-bottom: 0px;
}

div.rssDescription
{
	font-size: 11px;
	text-align: left;
	color: White;
	background-color: DarkBlue;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: SlateGray;
	padding: 2px;
	padding-top: 0px;
}

a.rssFeed:link
{
	font-size: 12px;
	color: MediumBlue;
	text-align: left;
	text-decoration: none;
}
a.rssFeed:visited
{
	color: MediumBlue;
	text-decoration: none;
}
a.rssFeed:hover
{
	color: Crimson;
	text-decoration: underline;
}
