@charset "UTF-8";
/* CSS Document */

#newswrapper {
	width:500px;
	position:relative;
	float:left;
	margin-left:100px;
	margin-top:50px;
}

h2 {
	color:#454545;
	font-size:24px;
	letter-spacing:-.05em;
	padding-top:30px;
	width:450px;
	line-height:1em;
}

h4 {
	color:#999999;
	font-size:14px;
	letter-spacing:.25em;
	margin-top:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:5px;
}

.story {
	border-bottom:thin;
	border-bottom-color:#CCCCCC;
	border-bottom-style:dotted;
	margin-bottom:10px;
	padding-bottom:10px;
}

/* BEGIN STYLES FOR RSS FEEDS */
#feed-control {
	width:300px;
	height:auto;
	float:left;
	margin:50px;
	margin-top:85px;
}


#feed-control a {
	color:#333333;
}

