/* ===== STYLES: ==============
.newsList -the class of the unordered news list
.newsLi -the class of each newslist LI item
.newsTitle -the class of the H1 news title
.postInfo -the class of the paragraph containing the date and author information for each post
.oldernewsheading -the h2 class for the "older news" heading
.oldnews -the class of the unordered "older news" list */

ul.newsList {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
h1.newsTitle {
	font-size: 18px;
}
p.postInfo {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom: 10px;
}

