h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	clip: rect(auto,auto,auto,auto);
}
.date {
	font-family: "Lucida Sans";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	top: 55px;
	position: static;
}
.author {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	font-style: italic;
}
.article-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 130%;
}
.article-text a:link {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}
.article-text a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
.article-text a:hover {
	color: #CC0000;
	text-decoration: underline overline;
	font-weight: bold;
}
.divide {
	background-color: #990000;
	width: 580px;
	height: 1px;
}
