h1 {
margin-top:0; /*retira margem superior em navegadores padrao*/
font-size:18px;
color: #CC0000;
text-align:left;
}
h2 {
text-align:left;
font-size:12px;
padding:2px 2px 2px 6px;
background-color: #CC0000;
color: #fff;
}

h3 {
text-align:center;
padding: 0 2px;
font-size:14px;
color: #CC0000;
border-bottom: 1px solid #CC0000;
}

p{
text-align:justify;
text-indent:3%;
font-size:14px;
line-height:120%;
}
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{
font-weight:bold;
color: #CC0000;
}
.tres{
text-align:justify;
background-color: #00FF00;
}
.quatro{
text-align:justify;
font-family:"Times New Roman", Times, serif;
}