.title {
	/* 
	This is the title on the article page
	*/
	font-family: Georgia, Helvetica, "Times New Roman", Times, serif;
	font-size : 18;
	color : #FF6600;
}
.content{
	/*
	This is the main  text on the article page
	*/
	color : Black;
	font-family : Georgia, Helvetica, "Times New Roman", Times, serif;
	font-size : 12;
}

.precis{
	/*
	This is the precis text on the article page
	*/
	color : Black;
	font-family : Georgia, Helvetica, "Times New Roman", Times, serif;
	font-size : 12;
}

.bodytext{
	/*
	This is the body text for the article page
	*/
	font-family : Georgia, Helvetica, "Times New Roman", Times, serif;
	font-size : 12;
	color: Black;
}

.footlinks{
	/*
	This is the links at the bottom of a new article
	*/
	font-family : Georgia, Helvetica, "Times New Roman", Times, serif;
	color : #FF6600;
	font-size : 11;
	text-decoration : underline;
}
.timestamp{
	/*
	This the time stamp that may be shown at the bottom
	of an article page
	*/
	font-family : Georgia, Helvetica, "Times New Roman", Times, serif;
	font-size : 11;
	color : Gray;
	text-decoration : none;
}



