﻿@charset "utf-8";
/* CSS Document */
#news{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#news-top{
	height: 20px;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	text-transform: capitalize;
}
#news-container{
	padding:5px;
	text-align: justify;
	font-size: 12px;
	line-height: 14px;
}
#news-bottom{
	height: 11px;
	text-align: right;
	font-style: italic;
	font-size: 10px;
	line-height: 10px;
}
