body {
	background-color: #000000;
	margin: 0;
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1 {
	text-align: left;
	font-size: 150%;
	width: 96%;
	color: #00aeef;
	
}

h2 {
	font-size: 120%;
	color: #967b6c;
}

h5 {
	font-size: 75%;
	color: #FFFFFF;
	padding: 0px 5px 0px 5px;
}

div.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none
}

div.feedBurnerFeedBlock p.feedTitle { 
	color: #967b6c;
	font-weight:bold;
}

.rss a:link {
	color: #472311;
}

.rss a:visited {
	color: #472311;
}

#content {
	background-color: #AAAAAA;
	
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 620px;
height: 348px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #472311;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 340px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
margin: 0.3em auto;
padding: 0px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

