@charset "UTF-8";

.titulo {
	font-size: 12px;
}

p {
	font-family: verdana;
	font-size: 8pt;
	color: #333;
	
}

body {
	background-color: #FFF;
	background-attachment: fixed;
	background-image:url('bg.gif');
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Verdana;
	font-size: 8pt;
	color: #333;

}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #06C;
}
a:active {
	text-decoration: none;
	color: #000;
}
