* { margin: 0; padding: 0; }
body {
	background-color: #0099ee;
	font-family: Arial,sans-serif;
	margin: 10px 0px;
}
div#content {
	background-color: white;
	border: solid black 1px;
	width: 80%;
	margin-left: 10%;
}
.rss_nav_container {
	width: 150px;
	float: left;
}
.rss_navigation {
	border-right: solid black 1px;
	border-bottom: solid black 1px;
}
.rss_category {
	background-color: #000090;
	color: white;
	font-weight: bold;
	text-align: center;
}
.rss_category p {
	padding: 5px 0px;
}
.rss_subcategory, .rss_subcategory_selected {
	background-color: white;
	color: black;
	font-weight: normal;
}
.rss_subcategory_selected {
	font-weight: bold;
}
.rss_subcategory a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 0px 3px;
}
.rss_subcategory a:hover {
	background-color: #0099ee;
}

.rss_left {
	width: 120px;
	float: left;
	margin: 12px;
	border: dashed gray 1px;
	font-size: 12px;
	padding: 3px;
}

.rss_feed {
	margin-left: 160px;
	border-bottom: solid black 2px;
	padding: 26px 26px;
}
.rss_feed h1 {
	font-size: 22px;
	text-indent: -13px;
	margin-bottom: 10px;
}

.rss_message {
	color: red;
}

.rss_title {
	margin-top: 15px;
}

.rss_title a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
}
.rss_title a:hover {
	text-decoration: underline;
}
.rss_date_time {
	font-style: italic;
	font-size: 10px;
}
.rss_description {
	font-size: 15px;
	margin-top: 5px;
}

