div.articleList.news {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}
	div.articleList.news div.articleListItem div.title {
		font-weight: bold;
		color: #333;
	}
		div.articleList.news div.articleListItem div.title a {
			color: #333;
			text-decoration: none;
		}	
		div.articleList.news div.articleListItem div.title a:hover {
			text-decoration: underline;
		}	
	div.articleList.news div.articleListItem div.preamble {
		margin: 5px 0;
		font-weight: bold;
	}
	div.articleList.news div.articleListItem div.read_more {
		text-align: right;
	}
	
div#articleRead.news {
	
}
	div.articleRead.news div.preamble {
		margin: 5px 0;
		font-weight: bold;
	}
	div.articleRead.news div.text {
		margin: 5px 0;
	}

div.articleList.lunch {
	text-align: center;
	height: 260px;
	overflow: hidden;
}
	div.articleList.lunch div.articleListItem {
		margin-bottom: 10px; 
	}
		div.articleList.lunch div.articleListItem div.weekday {
			margin: 8px 0;
			font-size: 1.2em;
			font-weight: bolder;
			text-transform: uppercase;
		}
		div.articleList.lunch div.articleListItem div.preamble p {
			margin-bottom: 1.0em;
			line-height: 1.6em;
		}
		div.articleList.lunch ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
			div.articleList.lunch ul li {
				margin: 4px 0;
			}
