body{
	background-color: #F0EDEB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	margin: 5px;
	padding: 0px;
	text-align: center;
	color: #000000;
	overflow-x: auto;
	overflow-y: auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
}

h1{
	color: #594A42;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30pt;
	font-weight: bold;
	text-align: center;
}

h2{
	color: #594A42;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
}

a{
	color: #594A42;
	font-weight: normal;
}

a:link{
	text-decoration: underline;
	color: #594A42;
}

a:visited{
	text-decoration: underline;
	color: #594A42;
}

a:hover{
	text-decoration: underline;
	color: #594A42;
}

a:active{
	text-decoration: underline;
	color: #594A42;
}

table{
	border-style: none;
	border-collapse: collapse;
	empty-cells: show;
	margin-left: auto;
	margin-right: auto;
}

td,th{
	border-style: none;
	padding: 5px 20px 5px 20px;
	vertical-align: top;
	text-align: left;
}

.text{
	text-align: justify;
	margin: auto;
	max-width: 800px;
}

.title{
	border: solid 3px #594A42;
	max-width: 800px;
	margin: auto;
	background-color: #ffffcc;
	padding: 5px;
}