@charset "UTF-8";
h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14pt;
	letter-spacing: 5px;
	color: #34352F;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-variant: small-caps;
	letter-spacing: 2px;
	color: #34352F;
	font-weight: bold;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	line-height: 18px;
}
li {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}
body {
	background-color: #babaa6;
	margin: 10px;
	padding: 10px;
}
ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}

