@CHARSET "UTF-8";


div.feedBurnerFeedBlock {

border-style:dotted;
border-width:1px;
border-color:#AFC9E2;
}

div.feedBurnerFeedBlock .headline { 
font-family:georgia, "times new roman"; 
font-size: 14px; 
font-weight: normal;
margin: 25px 0px;
padding: 0px;
color: #0F5DA8;
} 

div.feedBurnerFeedBlock .headline a:visited { 
color: #0F5DA8;
}

div.feedBurnerFeedBlock .headline a:hover { 
	color: #0F5DA8;
	text-decoration: none;
} 

div.feedBurnerFeedBlock .date { 
font-family:georgia, "times new roman"; 
font-size: 10px; 
font-weight: normal;
margin: 0px;
padding: 2px;
color: #0F5DA8;
} 


.feed {
	width: 240px;
}

.feed h2 {
	font-family: Georgia, serif;
	padding: 0;
	color: #0053a3;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
}

.feed a {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #0238fa;
	text-decoration: none;
}
.feed a:hover {
	color: #030181;
	text-decoration: none;
}

.feed .feed-item {
	color: black;
	border-bottom: 1px solid #0053a3;
	font-family: Arial, sans-serif;
	padding: 20px 0;
}
.feed .feed-item.last {
	border: none;
}
.feed .feed-item h2 {
	color: black;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.feed .feed-item div {
	margin: 0 0 15px 0;
	word-wrap: break-word;
	white-space: pre-line;
}
.feed .feed-item div p {
	margin: 0;
	display: inline;
}
.feed .feed-item a {
	color: #0702fe;
	text-decoration: none;
	font-size: 1em;
	font-weight: normal;
}
.feed .feed-item a:hover {
	color: #030181;
	text-decoration: none;
}
