h1 {
margin-top:0; /*retira margem superior em navegadores padrao*/
font-size:18px;
text-align:left;
color:#3f4e6b;
}
h2 {
text-align:left;
font-size:18px;
color:#3f4e6b;
}

h3 {
text-align:left;
font-size:16px;
color:#3f4e6b;
}

h4 {
text-align:left;
font-size:16px;
color:#3f4e6b;
}
h5 {
text-align:left;
font-size:16px;
color:#3f4e6b;
}
h6 {
text-align:left;
font-size:16px;
color:#3f4e6b;
}

p{
text-align:justify;
text-indent:3%;
line-height:160%;
}
em{
font-style:italic;
color:#000;
}
strong{
font-weight:bold;
}
/*p:first-letter {
font-family:"Times New Roman", Times, serif;
font-size: 130%;
font-weight:bold;
color:#339499;
}*/

a {
	color: #0033CC;
	text-decoration: none;
	}

a:hover
	{
	color: #00CC00;
	text-decoration: none
	}
	
ul{
text-align:left;
text-indent:2%;
list-style:square;
line-height: 150%;
}
.um{
color:#3f4e6b;
}
.dois{
color: #3f4e6b;
}
.tres{font-size:80%;}
.quatro{color: #3f4e6b;font-size:120%; font-family: "Times New Roman", Times, serif;}