/* CSS Document */
<style type="text/css">
<!--
body {
	background-image: url(img/fundo.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.titulo {font-size: 16px; color: #000099; font-weight: bold; font-family: Arial;}
.texto {
	font-family: Verdana;
	font-size: 12px;
}
.negrito {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.destaque {
	font-family: Arial;
	font-size: 20px;
	color: #990000;
}
.link {
	font-family: Arial;
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
}
-->
</style>
