/*
    Document   : style
    Created on : 30/Set/2012, 23:56:07
    Author     : APCoelho
    Description:
        Purpose of the stylesheet follows.
*/

root {
    display: block;
}
* {
    border: none;
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    height: 100%;
    font-family: Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
}
img {
    border: 0;
}
h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
}
hr {
    border-top: 1px solid #333;
    border-bottom: #333;
    display: block;
    margin: 10px 0;
}
.foto {
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}
.texto {
	color: #000;
	padding: 20px;
	text-align: justify;
	font: normal 10pt georgia, tahoma, verdana, arial, sans-serif;
}
p {
	margin-bottom: 5px;
	margin-top: 0;
    text-indent: 30px;
}
p.datas {
    margin-left: 150px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.poemas {
	padding-left: 200px;
	}
.style1 {
	color: #990033;
	font-weight: bold;
}
.separador {
    margin: 30px 0;
    text-align: center;
}

