html {
margin: 0;
padding: 0;
}

BODY {
	color : Silver;
	font-family :Courier New, Courier, monospace;
	font-size : 12pt;
	background-color : Black;
	margin: 0;
    padding: 0;
	text-align: center;
}
 P,TD {
	color : Silver;
	font-size : 12pt;
	font-family : Courier New, Courier, monospace
}

A {
	color : white;
	text-decoration: underline;
}
A:HOVER {
	color : Red;
	text-decoration: underline;
}
A:ACTIVE {
	color : black;
	background-color : yellow;
	text-decoration: underline;
}
H1{
	font-family : Courier New, Courier, monospace;
	color : Silver;
}
H2{ 
 }
 H3{ 
  }
 
 #wrapper{
 width: 360px;
 margin: 0 auto;
 text-align: left;
}
a img {
text-decoration: none;
}

#adres {
margin: 0 0 0 0;
text-align: left;
}
#feed {
font-family: verdana, sans-serif;
width: 360px;
padding: 5px;
font-size: 14px;
text-align: left;
line-height: 20px;
}
#feed .heading {
font-weight: bold;
}

#kcfeed {
border: 0;

}