html{
	background-color: white;
}
body{
	text-align: center;
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	color: #7E4846;
	position: relative;
	font-size:12px;
	line-height: 15px;
}

table{
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:center;
}

h1{
	font-size: 1.5em;
	color:  #7E4846;
	text-align: center;
	margin:0 0 10px;
}
h2{
	font-size: 1.2em;
		color:  #7E4846;
		margin:0 0 5px;
}
h3{
	font-size: 1.1em;
		color:  #7E4846;
}

p{
	margin:0 0 12px;
	text-align:justify;
}
.code_p{
	font-weight: bold;
	color: #336600;
}
.ti_span{
	font-weight: bold;
	color: #663333;
}
