@charset "utf-8";
/* CSS Document */
ul#news_and_topics {
	margin-top:20px;
}
#news_and_topics li {
	background-image: url(../images/border.png);
	background-repeat:repeat-x;
	background-position:top;
}
.news_text {
	float:left;
	width:680px;
	margin-left:10px;
	padding:15px 0;
}
.news_image {
	float:right;
	padding:15px 0;
}
.day {
	border:1px solid #72c9ff;
	width:125px;
	height:25px;
	background-color:#72c9ff;
	border-radius:6px;
	color:#FFF;
	text-align:center;
	line-height:25px;
	margin: 0 0 10px;
}
h4 {
	font-size:15px;
	color:#fd87ab;
	text-decoration:underline;
	line-height:1.5;
	margin:  0 0 5px;
}
h4 a{
	color:#fd87ab !important;
}
p {
	line-height:1.8;
}