.newstitle {
	font-size: x-large;
	font-weight: 900;
	color: #000000;
	filter: Blur(Add=1, Direction=135, Strength=5);
	border: none;
}
.newshr {
	border: thick dashed #CCCCCC;
}
.newsdate {
	font-size: medium;
	color: #CCCCCC;
	Filter: Mask(color=#0000FF) Shadow(Color=#0000FF, Direction=225) Chroma(color=#0000FF) 
	padding: 3px;
}
.newsheader {
	color: #333333;
	background-color: #CCCCCC;
	font-size: larger;
	font-weight: bolder;
	padding: 3px;
	filter: Blur(Add=1, Direction=135, Strength=5);
}
.author {
	font-size: x-small;
	font-style: italic;
	color: #666666;
	text-align: right;
}
.back {
	cursor: hand;
}
