.newsLink {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	}
	
.newsCategories {
	font-size: 12px;
	line-height: 150%;
	}
	
.newsTable {
	border: 1px solid #c0c0c0;
	}
	
.newsTitle {
	font-size: 22px;
	}
	
.newsAuthor {
	font-size: 11px;
	line-height: 16px;
	}
	
.newsDate {
	font-size: 11px;
	line-height: 16px;
	}
	
.newsArticle {
	line-height: 150%;
	}
	
.newsPrint {
	float: right;
	font-weight: bold;
	display: block;
	padding: 5px;
	border: 1px solid #c0c0c0;
	margin-left: 5px;
	background-color: #f8f8f8;
	}