.title {
	/* 
	This is the title on the article page
	*/
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : White;
	font-size : 13;
	margin-left : 10px;
	margin-right : 10px;
}
.content{
	/*
	This is the main  text on the article page
	*/
	color : Black;
	font-family : Verdana;
	font-size : 13;
}

.precis{
	/*
	This is the precis text on the article page
	*/
	color : Black;
	font-family : Verdana;
	font-size : 13;
}

.bodytext{
	/*
	This is the body text for the article page
	*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13;
	color: Black;
}

.footlinks{
	/*
	This is the links at the bottom of a new article
	*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 10;
	text-decoration : underline;
}
.timestamp{
	/*
	This the time stamp that may be shown at the bottom
	of an article page
	*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10;
	color : Gray;
	text-decoration : none;
}



