.newsheading {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;

}
.smallcapslarger {

	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-variant: small-caps;
}
.caps {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
}
.newsdetail {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	
}
.newssource {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	
}
div.scroll {
	overflow: auto;
	position: relative;
	height: 800px;
	width: 465px;
	scrollbar-3dlight-color:;
	scrollbar-arrow-color:#999999;
	scrollbar-base-color:#999999;
	scrollbar-darkshadow-color:#999999;
	scrollbar-face-color:white;
	scrollbar-highlight-color:#999999;
	scrollbar-shadow-color:#999999;
	z-index: 0;
}



a {
	text-decoration: underline
}
a:active { 
	color: red; 
}
a:hover { 
	color: #999999; 
}
a:link {
	color: #000000; 	
}
a:visited {
	color: #000000; 	
}


