body, 
html {
	overflow:hidden; 
}
body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.2;
	font-size: 10px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

a {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration: underline; 
}
a img{
	border: 0px;
}

/* Honey pot */
a.hp {
	display: none;
}

.live_news_item{
	padding: 0px;
	position: relative;
}
.live_news_item .footer{
	padding-top: 2px; 
	color: #6a6a6a;
}
.live_news_item .username{
	color: #6a6a6a;
}
.live_news_item .avatar,
.live_news_item .photo {
	float: left;
	clear: left;
	margin: 3px 6px 3px 0px; 
	height: 42px;
}
.live_news_item h5 {
	font-size: 11px;
	margin: 0px;
}
.live_news_item h5.long{
	font-size: 10px;
}
.live_news_item p {
	margin:0px;
}