body{
	margin:8px 20px;
	font-family:Courier;
}
a{
	cursor:pointer;
	color:#000066;
	font-weight:bold;
	text-decoration:none;
}
h1{
	font-family:Georgia;
	margin-left:-20px;
	padding:18px;
	background-color:#dedede;
}
pre{
	border:1px solid #999999;
	padding:4px;
	max-width:400px;
}
small{
	border-top:2px solid #000000;
}
#voltar{
	background-color:#dedede;
	position:fixed;
	bottom:0px;
	right:20px;
	padding:18px;
	cursor:pointer;
}

