/* style sheet for history page */
/* file name  "style_1.css"  */
h2 
{
	color: #600;
	font: bold 130% Arial, Helvetica, sans-serif;
	margin: 1em;
}

p 
{
	color: #660000;
	font: 120% Arial, Helvetica, sans-serif;
	margin: 1em;
}

ul
{
	color: #660000;
	font: 120% Arial, Helvetica, sans-serif;
	margin: 4em;
}



