@charset "utf-8";
body {
     background-color: #9D111A;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #D6B568;
	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	color: #9A1C20;
	font-style:italic;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #3E3E3E;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: #D6B568;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
}
a {
	color: #77080F;
	background-color: #FEFDD1;
	text-decoration:none;
	
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}


td{font-size: 14px;
font-family:Arial, Helvetica, sans-serif;
}

th{font-size: 14px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
background-color: #F4E9B0;
color: #F4E9B0;
}
