body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color:#f0ce10;
	color: #74573e;
}
html { 
	-webkit-text-size-adjust: none; 
/*	height: 100%;
	width: 100%;	*/
}

a {
	color: #74573e;
	text-decoration: none;
}
a:hover {
	color: #000;
	color: #97b5b3;
}


a {
	color: #74573e;
	color: #97b5b3;

	/*text-decoration: none;*/
}
a:hover {
	color: #000;
	color: #97b5b3;
	color: #74573e;
}

p, h1, h2, h3, table,hr {
	margin-right: 5px;
	margin-left: 5px;	
}
p {
	margin-top: 8px;
  margin-bottom: 14px;
}
h1 {
	font-size: 24px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 16px;
}
h2 {
	font-size: 20px;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 16px;
}
h3 {
	font-size: 16px;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	list-style-type: square;
	padding-left: 20px;
	list-style-position: outside;
	width: 60%;
}
li {
}
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 90%;
	margin-bottom: 20px;
}
td {
	margin: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
hr{
	border: none 1px black;
	background-color: #000;
	height: 1px;
	margin-bottom: 40px;
}
div {
	/*background-color:rgba(0, 0, 0, 0.1);*/
}

