#rss {
	border-color: #333333;
}
.rssfeed {
	width: 250px;
	font-family:  verdana, arial, sans-serif;
	font-size: 10px;
	height: 250px;
	background-color: whitesmoke;
}
.rssfeed-title {
	font-size:   12px;
	font-weight: bold;
	background:  #0000CC;
	color:       white;
	padding:     5px;
	display: none;
}
    
.rssfeed-items {
	height: 250px;
}

.rssfeed-item {
      padding: 5px 5px 5px 5px;
}

.rssfeed-itemtitle {
	color: #CC0000;
}

.rssfeed-itemcontent {
	padding-top: 5px;
	color: #666666;
	display: none;
}

#tbl {
	border-color: #333333;
	border-width: thin;
}

ul.a {
	list-style-type:circle;
}
.foo {
	display: none;
}