h1 {
margin-top:0; /*retira margem superior em navegadores padrao*/
font-size:18px;
color: #9B5F9D;
text-align:left;
}
h2 {
font-size:18px;
padding:2px;
color: #9B5F9D;
}

h3 {
font-size:16px;
padding:2px;
background-color:#9B5F9D;
color: #fff;
}

h4 {
font-size:16px;
color: #0066FF;
}
h5 {
font-size:14px;
padding:2px;
background-color: #0066FF;
color: #fff;
}
h6 {
font-size:14px;
color: #0066FF;
border-bottom: 1px solid #0066FF;
}

p{
text-align:justify;
text-indent:3%;

}
em{
font-style:italic;
color: #0000CC;
}
strong{
font-weight:bold;
}
/*p:first-letter {
font-family:"Times New Roman", Times, serif;
font-size: 130%;
font-weight:bold;
color:#339499;
}*/

a {
color: #0000FF;
text-decoration: none;
}

a:hover{
color: #00CC00;
text-decoration: none
}
	
ul{
text-align:left;
line-height: 120%;
}
.um{
text-align:left;
}
.dois{
color: #ff0000;
}
.tres{
background-color: #00FF00;
}
.quatro{
font-family:"Times New Roman", Times, serif;
}