body {
    font-weight: 300;
    font-size: 11px;
	text-transform: uppercase;
    color: #777;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;	
}
b {
	font-weight: 500;
	color: #232323;
}
a:link {
    text-decoration: none;
    font-style: normal;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
	color: #4c4c4c;
 }
a:visited {
	text-decoration: none;
	font-style: normal;
    font-weight:300;
	color: #4c4c4c;
}
a:hover {color: #144F89; text-decoration: none;}

#news {
	max-width: 280px;
	margin: auto;
	min-height: 700px; 
}
#news-container {
	text-align: center;
} 
#news-container i {
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
 #news-container i:hover {
	color: #144F89;
} 

#news li {
	color: #4e4e4e;
	overflow: hidden;
	height: auto;
	padding: 20px 0 20px 0;
	line-height: 17px;
	list-style: none;
	text-align: left;
	font-family: 'Ubuntu', sans-serif;
}
.newsdata {
	color:#144F89;
	width: 200px;
	/* border-bottom: 1px solid #9d9d9d; */
}
