body{
	font-family: "Arial Narrow";
	font-size: 12px;
	color: #10155e;
}
th{
	font-family: "Arial Narrow";
	font-size: 12px;
	font-weight: bold;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
}
hr{
	color: #10155e;
	
}
a {
	color: #5c1301;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #5c1301;
	font-weight: bold;
	text-decoration: underline;
}