h1 {
margin-top:0; /*retira margem superior em navegadores padrao*/
font-size:16px;
color: #ff0000;
text-align:left;
text-indent:2%;
width:98%;
}
h2 {
text-align:left;
font-size:14px;
color:#ff0000;
width:100%;
}

p{
text-align:justify;
text-indent:3%;
}
p:first-letter {
font-family:"Times New Roman", Times, serif;
font-size: 130%;
font-weight:bold;
color: #ff0000;
}

em{
font-style:italic;
}
strong{
font-weight:bold;
}
/*p:first-letter {
font-family:"Times New Roman", Times, serif;
font-size: 130%;
font-weight:bold;
color:#339499;
}*/

a {
color: #0066FF;
text-decoration: none;
}

a:hover{
color: #00CC00;
text-decoration: none
}
	
ul{
text-align:left;
line-height: 120%;
}
.um{
text-align:left;
}
.dois{
color: #0000FF;
}
.tres{
text-align:justify;
background-color: #00FF00;
}
.quatro{
text-align:justify;
font-family:"Times New Roman", Times, serif;
}
.mini{font-size:80%;}