.footer {
	background-color: #CCCCCC;
}
.nav {
	background-color: #9ca0b5;
}
.rss_item:link {
	color:	#000000;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}
.rss_item:visited {
	color:	#000000;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}
.rss_date {
	color:	#000000;
	font-size: 8pt;
	font-style: italic;	
}
.dark:link {
	color: #000000;
	text-decoration: none;
}
.dark:active {
	color: #FFFFFF;
}
.dark:visited {
	color: #000000;
}
.dark:hover {
	color: #000000;
	background: #CCCCCC;
	text-decoration: underline;
}
.dark:visited:hover {
	color: #000000;
	background: #CCCCCC;
	text-decoration: underline;
}
a:link {
	color: #E6E6FA;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #E6E6FA;
	text-decoration: none;
}
a:hover {
	color: #E6E6FA;
	text-decoration: underline;
}
a:visited:hover {
	color: #E6E6FA;
	text-decoration: underline;
}
body {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	list-style-type: square;
}