﻿body {
	background-color: #EDEDDC;
}

p {
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}

h1 {
	font-family: Monotype Corsiva;
	font-size: 32pt;
	font-weight: bold;
	text-align: center;
	color: #000071;

}
h2 {
	font-family: Monotype Corsiva;
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #000071;
}
h3 {
	font-family: Monotype Corsiva;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #000071;
}

h4 {
	font-family: Monotype Corsiva;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: #000071;
}
h5 {
	font-family: Monotype Corsiva;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #000071;
}
h6 {
	font-family: Times New Roman;
	font-size: 10pt;
	font-weight: bold;
	color: #000071;
	text-align: center;
}

table {
	border: thin #EDEDDC groove;
	margin: 0;
	}
tr {
	border: thin #EDEDDC groove;
}
td {
	border: thin #EDEDDC groove;
	font-size: medium;
	font-weight: bold;
}
li {
	font-weight: bold;
	font-size: medium;
	
}

