/* CSS Document */


a.option:link,
a.option:visited {
  font-family: Verdana;
  font-size: 9px;
  display: block;
  text-align: left;
  color:#FFFFFF;
  background-color:#009933;
  line-height: 18px;
  padding: 5px;
  margin: 6px 0;
  font-weight: normal;
}
a.option:link:hover,
a.option:visited:hover {
  background-color:#e62721;
  text-decoration: none;
  color: #fff;
}

p, pre {
  margin: 0 0 20px 0;
  line-height: 140%;
}
pre {
  color: #000;
  background-color: #ffb;
  border: 1px solid #ffd;
  padding: 10px 5px;
  width: 608px;
  overflow: auto;
}

#bloco {
	margin: 10px 10px 0px 10px;
	background:#04070c;
	width:auto;
}
