﻿/* Custom Web Part Styles */
.RssAggregator_Container_Alt
{
	padding: 5px 5px 5px 5px;
	background-color: #3d3d9c;
}
.RssAggregator_Header_Alt
{
	color: White;
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 5px;
}
.RssAggregator_Body_Alt
{
	color: White;
	padding-left: 1px;
}
.RssAggregator_Item_Alt
{
	color: White;
	text-decoration: none;
	padding-bottom: 3px;
}
.RssAggregator_Item_Alt a:link
{
	color: White;
	text-decoration: none;
	padding-bottom: 3px;
}
.RssAggregator_Item_Alt a:visited
{
	color: White;
	text-decoration: none;
	padding-bottom: 3px;
}
.RssAggregator_Item_Alt a:hover
{
	color: White;
	text-decoration: underline;
	padding-bottom: 3px;
}
.RssAggregator_Item_Alt a:visited:hover
{
	color: White;
	text-decoration: underline;
	padding-bottom: 3px;
}

