#txtdoc{
	 	font-family: Arial, Helvetica, sans-serif;
	 	font-size: x-small;
		margin:1.5em;
		text-align: left;
}
#txtdoc h1,h2,h3,h4,h5,h6{
		text-align: center;
		
}
#txtdoc h1{
	font-size:1.6em;
}
#txtdoc h2{
	font-size:1.5em;
}
#txtdoc h3{
	font-size:1.4em;
}
#txtdoc h4{
	font-size:1.3em;
}
#txtdoc h5{
	font-size:1.2em;
}
#txtdoc h6{
	font-size:1.1em;
}
p {
	 text-align: justify;
}
 ul{
	list-style-type: disc;
}
#txtdoc ol{
	list-style-type:decimal;
}
#txtdoc ol ol{
	list-style-type:lower-alpha;
}
#txtdoc ol ol ol{
	list-style-type:upper-roman;
}
#txtdoc .center{
	text-align:center;
}
#txtdoc .underline{
	text-decoration:underline;
}
#txtdoc img{
	border: none;
	}