﻿#news {
	padding: 0 0 0 0;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFCC66;
	text-align: center;
	color: #000000;
	height: 100%;
}
#news ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	text-align:center;
}
#news li {
	border-bottom: 2px solid #D4562A;
	margin: 0;
	width: auto;
	text-align:center;
}
#news li a {
	display: block;
	padding: 3px 0px 3px 0.5em;
	border-left: 2px solid #D4562A;
	border-right: 2px solid #D4562A;
	background-color: #FFCC66;
	color: black;
	text-decoration: none;
	width: auto;
}
#news li a:hover {
	border-left: 2px solid #D4562A;
	border-right: 2px solid #D4562A;
	background-color: orange;
	color: black;
}
.article {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: black;
	background-color: #FFCC66;
	border-right: 2px solid #D4562A;
	border-left: 2px solid #D4562A;
	border-bottom: 2px solid #D4562A;
	border-top:4px solid #D4562A;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom:5px;
}
.arthgt {
	font-size : 12px;
	font-weight: bold;
	color : #000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
.artwid {
	font-size : 12px;
	font-weight : bold;
	color: black;
	font-family : verdana, arial, helvetica, sans-serif;
	text-decoration : none;
}

