h1 {
margin-top:0; /*retira margem superior em navegadores padrao*/
font-size:16px;
color: #ff6600;
text-align:left;
width:100%;
}
h4 {
font-size:16px;
text-align:left;
color: #ff6600;
border-bottom: 1px solid #ccc;
width:100%;
}

h2 {
font-size:16px;
text-align:center;
color: #ff6600;
width:100%;
}
h5 {
font-size:16px;
text-align:center;
color: #ff6600;
border-bottom: 1px solid #ccc;
width:100%;
}

h3 {
font-size:16px;
text-align:right;
color:#ff6600;
width:100%;
}

h6 {
font-size:16px;
text-align:right;
color: #ff6600;
border-bottom: 1px solid #ccc;
width:100%;
}
p{
text-align:justify;
text-indent:3%;
line-height:120%;
}
em{
font-style:italic;
color: #006666;
}
strong{
color:#000;
}
/*p:first-letter {
font-family:"Times New Roman", Times, serif;
font-size: 130%;
font-weight:bold;
color:#339499;
}*/

a 
	{
	color: #0066FF;
	}

a:hover
	{
	color: #00CC00;
	}
	
.um{color:#0066ff;}
.dois{color: #ff0000;}
.tres{color: #00cc00;}
.quatro{color: #ff6600;}
.cinco{color: #ffff00;}
.seis{color: #9900ff;}