body {
	font-size: 10pt;
	font-family: verdana;
	background: url(../images/fundo_tutorial.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #d6dfad;
	color: #000;
}

div.copy {
	font-size: 8pt;
}

td {
	font-size: 10pt;
	font-family: verdana;
	color: #000;
}
a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #093;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

