body {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	color: #414141;
	height: 100%;
	overflow: auto;
}
a {
	color: Black;
	font-family: "Courier New", Courier, monospace;
	font-weight: lighter;
	font-size: 12px;
	text-decoration: none;
}
a:visited  {
	color: #000000;
	font-family: "Courier New";
	font-weight: lighter;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	text-decoration : none;
	color: #FF8C00;
	font-family : "Courier New", Courier, monospace;
}
.img-titulo {
	color: #000000;
	font-family: "Courier New";
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}
.img-info {
	color : #000000;
	font-family: "Courier New";
	font-weight: lighter;
	font-size: 12px;
	text-decoration: none;
}
.form {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	color: black;
	border-bottom: thin solid #000000;
	border-top: none;
	border-right: none;
	border-left: none;
}
a.tabela:link, a.tabela:visited, a.tabela:hover, a.tabela:active {
text-decoration: none;
cursor:pointer;
}