body{
	background-image: url(../images/header_slice.png);
	background-repeat:repeat-x;
	background-position:top left;
}
table, tr, td{
	border: none;
	margin: none;
	padding: none;
}
#hd h1{
	margin:0px;
}
#ft{
	border-top: 1px solid #DDDDDD;
	padding: 10px;
	font-size:  85%;
	text-align: right;
}
#ft a, #ft a:hover, #ft a:visited{
	color: #333333;
	text-decoration: none;
}

.Feed{
	margin: 10px;
}
.Feed .ChannelTitle{
	margin-bottom: 10px;
	letter-spacing: 2px;
	text-transform: capitalize;
}
.Feed .ChannelTitle a{
	font-weight: bold;
	/*color: #4096EE;*/
	color: #B949A3;
	text-decoration: none;
}
.Feed .ItemTitle{
	border-bottom: 1px solid #DDDDDD;
	padding: 4px;
	text-transform: capitalize;
	font-size: 85%;
}
.Feed .ItemTitle a, .Feed .ItemTitle a:visited{
	color: #000000;
	text-decoration: none;
}
.Feed .ItemTitle a:hover{
	color: #FF0099;
}