@charset "UTF-8";
/* CSS Document */


body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
background-image: url(./images/bg2.jpg);

}
.feed {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}

a {
	font-size: 12px;
	color: #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #CCC;
	text-align: center;
}
.post {
	font-size: 14px;
	color: #FFF;
}
.feedend {
	text-align: center;
}
