/*	zFeeder CSS style sheet
	works with the css template
	author: AB & LCX
	note: set elements to display:none if you don't want them showed
*/
body {
    font-family: Tahoma;
    font-size: 10px;
    color: #000000;
    margin: 0px;
	background-image: url(../../../pix/background.png);
}

h1 {
    font-size: 9px;
    color: #666666;
	font-weight: normal;
	margin: 5px 0px 4px 0px;
}

a{
	color: #666666;
	text-decoration: none;
}

a:link{
	color: #666666;
	text-decoration: none;
}

a:visited{
	color: #666666;
	text-decoration: none;
}

a:hover{
	color: #FFCC00;
	text-decoration: none;
}
/* the channel part in the css template */
.zf_channel {
	border: 1px solid #CCCCCC;
}

/* the channel logo part in the css template */
.zf_logo {
}

/* the channel rss part in the css template */
.zf_rss {
}

/* the news container part in the css template */
.zf_news {
    margin:  2px;
}

/* the news title part in the css template */
.zf_title {
    padding: 2px;
    background-color: #F0F0F0;
}

/* the news description part in the css template */
.zf_description {
    font-weight: normal;
}

/* the news publication date part in the css template */
.zf_pubdate {
}