table, div {-moz-box-sizing: border-box;
			box-sizing: border-box;
			}
body {
background-color: #fab565;
margin: 0px 0px 0px 0px;}


h1,h2,h3,h4,h5,p,ul,td,div
	{ 
	font-family: arial, Verdana; 
	}
h1 {
margin-left: 0px;
margin-top: 0px;
margin-bottom: 10px;
text-align: left;
color: #000000;
font-size: 3.5em;
font-weight: bold;}

h2 {
margin-left: 0px;
margin-top: 0px;
margin-bottom: 10px;
text-align: left;
color: #000000;
font-size: 2.5em;
font-weight: bold;}

h3 {
margin-left: 0px;
margin-top: 0px;
margin-bottom: 10px;
text-align: left;
color: #999999;
font-size: 1.5em;
font-weight: bold;}

p.text {padding-left: 0px;
	text-align: justify; }
p.link {padding-left: 0px;
	text-align: justify;
	text-align: left;
	font-family: Helvetica;
	font-size: 1.3em;
	letter-spacing: 0.1em;	
		 }

td {

border: 0px;
padding: 4px;
margin: 0px;
font-size: 0.9em;
color: #000000;
}

img.schema {margin-left: 20px;
			margin-right: 0px;}	

a:link { text-decoration: none;
		color: #707070;
			 }
a:hover { 
		color: #dddddd;
		background: #e09545;
		 }
a:active { 
		color: #999999;
		background: #dddddd;
		 }

a:visited {
		text-decoration: none;
		color: #999999}

ul {list-style: none;
	margin-left: 40px;}
li {margin-bottom: 10px;}