body
{
	background-image: url(fd_livre.jpg);
	font-style:normal;
	font-weight: normal; 
	color: black;
	font-family: times, Arial, sans-serif; 
	text-align: left; 
}
a 
{
	text-decoration: none;
	color: blue;
}
a:hover
{
	color: orange;
	text-decoration: underline;	
}
a:visited 
{
	color: teal;
}
h1
{
	text-align: center; 
	font-size: x-large; 
	font-family: Helvetica, Arial, sans-serif; 
}

h2
{
	font-size: large; 
	font-weight: bold;
}
h3
{
	font-size: medium; 
	font-weight: bold;
	margin-top: 1.5em;		
}
h4
{
	font-size: medium; 
	margin-top: 1.5em;	
}
h5
{
	font-size: small; 
	font-weight: bold; 
	margin-top: 1em;
	margin-bottom: 0.5em;	
}
p
{
	font-size: small;
	/*border: 2px dotted black;*/
	margin-top: 0.5em;
	margin-bottom: 1em;	
}
table
{
	font-size: small;
}
.livre
{
	margin-left: 50px;
	margin-right: 10px;
	text-align: justify; 
}
strong
{
	font-weight: bold;
}

