@font-face {
	font-family: "Bookerly";
	src: url('Bookerly-Regular.ttf');
	src: url('Bookerly-RegularItalic.ttf');
	src: url('Bookerly-Bold.ttf');
	src: url('Bookerly-BoldItalic')
	}
body
{
	margin-left: 1%;
	margin-right: 1%;
	font-size: 16pt;
	font-family: "Bookerly", "Georgia", serif; 
	color: rgb(255, 255,0);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	text-align: center;
}
table
{
	vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	font-size: 16pt;
}
td
{
	background-color: none;
	text-align: center;
	vertical-align: middle;
	font-size: 16pt;
	font-weight: normal;
}
li {
	text-align: justify;
}
a
{
	color: rgb(61, 45, 4);
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
a:visited
{
	color: rgb(180, 18, 29);
}
a:hover
{
	text-decoration: none;
}
lettrine
{
	float: left;
	font-size: 150pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-right: 6pt;
	color: rgb(0, 0, 255);
	font-family: "URW Chancery L", "Lucida Handwriting" ;
	font-style: italic;
}
p
{
	font-family: "Bookerly", "Georgia", serif; 
	color: black;
	font-size: 16pt;
	text-indent: 16pt;
	margin-top: 0cm;
	margin-bottom: 0cm;
	text-align: justify;
}
h1
{
	font-family: "Bookerly", "Georgia", serif; 
	font-size: 32pt;
	margin-bottom: 21pt;
	text-align: center;
	color: rgb(255, 255,0);
}
h2
{
	font-family: "Bookerly", "Georgia", serif; 
	font-size: 20pt;
	margin-top: 34pt;
	margin-bottom: 21pt;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	color: rgb(255, 255,0);
}
h3
{
	font-family: "Times New Roman", serif;
	font-size: 14pt;
	margin-top: 21pt;
	margin-bottom: 13pt;
	text-align: left;
	font-style: normal;
	font-weight: normal;
}
depart
{
	font-family: "Times New Roman", serif;
	font-size: 16pt;
	text-indent: 0pt;
	text-align: justify;
}
rom
{
	font-style: normal;
}

textarea {
	font-size: 16pt;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	color: rgb(255, 255,0);
	background-color: rgb(183, 135, 12);
	border: none;
}

div#bg
{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index:-5;
	width: 100%;
	height: 100%;
	}

div#bg img
{
	height: 100%;
	width: 100%;
	}

div#container
{
	width: 100%;
	background: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: -400px;
}
img
{
	border: none;
}
img#bg {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

