body {
	background-color: #0E0E0E;
	color:#A0A0A0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Verdana, sans-serif;
} 
#index {
	text-align: center;
}
h1 {
	font-size:  16px;
	font-weight: bold;
	margin-top: 20px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h1 a, h2 a {
	color: #ddd;
	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	color: #fff;
}
h1#title {
	font-size: 200%;
}
div#frame {
	width: 930px;
	margin:  0 auto;
}
div.feed {
	width:  300px;
	float:  left;
	margin:  0 10px 0 0;
	padding: 0;
}
a {
	color: #6AA8BF;
	text-decoration: none;	
}
a img, a:hover img {
	border: 0;
}
a:hover {
	text-decoration: underline;
}
ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
ul li {
	width: 100%;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

li a {
	padding: 2px;
	display: block;    
	border-bottom: 1px solid #555;
	font-size: .7em;
}

* html li a {  /* make hover effect work in IE */
	width: 100%;
}

li a:hover {
	background-color: #4e4e4e;
	color: #fff;
}

li a:visited {
	color: #4e4e4e;
}
#internal {
	width: 120px;
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
}
#internal li {
	list-style-type: square;
}
#internal li a {
	border: 0;
}
#internal li a:visited {
	color: #6AA8BF;	
}
#internal li a:visited:hover {
	color: #fff;
}
input, input:focus {
	color: #000;
	background-color: #fff;
}
