@charset "utf-8";
/* CSS Document */

.post p{
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
}

body{
	font-family: Verdana, Tahoma, Sans-Serif;
	color: #FFF;
	font-size: 14px;
	text-align: left;
	
}

h1{
    font-size: 24px;
    color: #003366;
    text-transform: uppercase;
}
h3{
	font-size: 18px;
	padding: 5px;
	color: #333333;
	text-align: left;
}
span{
    font-weight: bold;
    color: #FF0000;
    background-color: #FFFF00;
}

/* link que ainda não foi visitado */
a:link {
   color: #E4E4E4;
  	text-decoration:none; 

}

/* link que foi visitado */
a:visited {
    color: #E4E4E4;
}

/* mouse over */
a:hover {
    color: #999;
}

/* link selecionado */
a:active {
    color: #E4E4E4;
}



ul.none {
	list-style-type: none;
	padding:0;
	line-height: 1.4;


	}

  .p1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: justify;
	font-size: 16px;
	
	
}

#d1 {
	align-items: center;

  width:100vw;

}

#d2 {
 
  margin-right:120px; /* Metade do valor da Largura */
  margin-left:110px; /* Metade do valor da Largura */

}
ul.square {
	list-style-type: square;
	color: #666666;
	font-size: 16px;
	}
	

.cab {


	
