body {
	padding: 0;
	margin: 0;
	margin-top: -90px;
	
	color: #000000;
	 font-size: 20px;	

	background-color: #fedf6b;
	background-image: url(baixa.jpg);
	background-position: 700px bottom;
	background-repeat: repeat;
	background-attachment: fixed;
}

div#principal {
	width: 900px;
	margin-left: 60px;
}

h1#titol {
	margin-top: 20px;
	margin-bottom: 50px;
	text-transform: uppercase;
	background-color: #3B76CD;
	color: #FF9F00;
	padding: 90px; 	
	padding-left: 100px;
	font-family: DejaVu Sans;
	letter-spacing: 0.2em;
	word-spacing: 0.4em;
	
}

div.post {
	margin-bottom: 100px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFD753;
	
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFD753;
}

div.post p {
	text-align: justify;
	line-height: 140%;
	margin-bottom: 90px;

}

h2.titol2 {
	font-family: Arial;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
	text-transform: uppercase;
	color: #063A86;
}

h2.titol2:hover {
	color: #554411;
}

a:link  {
	color: #000044;
	text-decoration: red;
}

a:active {
	color: #24088E;
	text-decoration: green;
}

a:visited {
	color: #796C00;
	text-decoration: black;
}

a:hover { 
	background-color: #000044;
	color: #fedf6b;
}

div.post ul {
	margin-bottom: 40px;	
}

div.post li {
	margin-left: 50px;
	line-height: 150%;
	list-style-type: square;
}

div#footer {
	width: 600px;
	margin-top: 100px;
	margin-bottom: 10px;
	text-align: left;
	background-color: #000044;
	color: #fedf6b;
	padding-left: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#footer h3 {
	font-family: Arial;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
	text-transform: uppercase;
}
	
div#footer li {
	list-style-type: none;
	line-height: 150%;
	margin-left: -40px;
}

div#footer a {
	color: #fedf6b;
}

div#footer a:hover {
	text-decoration: underline;
}


/*
span {
	background-color: red;	
}
*/
