h1 {
margin-top:0; /*retira margem superior em navegadores padrao*/
font-size:16px;
color: #ff0000;
text-align:left;
}
h2 {
font-size:16px;
text-align:left;
color: #ff9900;
border-bottom: 1px solid #ff9900;
}

p{
text-align:justify;
text-indent:3%;
line-height:120%;
}
em{
font-style:italic;
color: #ff9900;
}
strong{
color:#ff0000;
}
/*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{
text-align:left;
}
.dois{
color:#ff0000;
}
.tres{ background-color:#FFCC33;}
.quatro{font-family: "Times New Roman", Times, serif; font-size: 120%;}