
body 	{	font-family : "Arial", "Helvetica", sans-serif;
			color : "#0A350F";
		}	

.article_text {
			font-size : 10pt;
		}

.article_headline {
			font-size : 12pt;
			font style : bold;
			color : "#9A0C35";
		}
.article_date {
			font-size : 10pt;
			font style : bold;
			color : "#5F5D78";
		}
		
.summary_date {
			font-size : 10pt;
			font style : bold;
			color : "#5F5D78";
		}
.image_caption	{
			font-size : 8pt;
			font style : italics;
		}

H1 
		{	font-family : "Arial", "Helvetica", sans-serif;
			color : "#5F5D78";
			font style : bold;
			font-size : 18pt;
			margin-bottom : 0;
		}
		
H2 
		{	font-family : "Arial", "Helvetica", sans-serif;
			color : "#800000";
			font style : normal;
			font-size : 14pt;
			margin-bottom : 0;
		}
A  {
	font-family : "Arial", "Helvetica", sans-serif;
	color : "#800000";
	text-decoration : none;
	
}

A:Visited  {
	font-family : "Arial", "Helvetica", sans-serif;
	color: "#800000";
	text-decoration : none;
	
}

A:Active  {
	font-family : "Arial", "Helvetica", sans-serif;
	color : black;
	text-decoration : underline;
	
}

A:Hover  {
	font-family : "Arial", "Helvetica", sans-serif;
	color : black;
	text-decoration : underline;

}

.reverse A	{ 
	font-family : "Arial", "Helvetica", sans-serif;
	color : "#F3CE55";
	text-decoration: none; 

}
		
.reverse A:Visited	{ 
	font-family : "Arial", "Helvetica", sans-serif;
	color : "#F3CE55";
	text-decoration: none; 

}

.reverse A:Active	{ 
	font-family : "Arial", "Helvetica", sans-serif;
	color : white;
	text-decoration: none; 

}


.reverse A:Hover	{ 
	font-family : "Arial", "Helvetica", sans-serif;
	color : white;
	text-decoration: none; 

}
