body{
	background-color: #000000;
	color: #00FF00;
	font-family: sans-serif;
	text-align: center;
}
#cabecalho{
	width:90%;
	margin: auto;
	margin-top: 0.5%;
	border: 1px solid #00FF00;

}
#conteudo{
	margin: auto;
	width:90%;
	margin-top: 0.5%;
	padding-top: 1%;
	padding-bottom: 1%;
	border: 1px solid #00FF00;
	height:70%;
}
#rodape{
	margin: auto;
	margin-top:0.5%;
	height:10%;
	width:90%;
	border: 1px solid #00ff00;	
}
#btn{
	margin: auto;
	background-color:#000000;
	color:#00ff00;
	border:1px solid #00FF00;
	width:80px;
	height:40px;
	font-size:16pt;
	margin-bottom: 10px;
	cursor: pointer;
}
#recebe{
	background-color:#000000;
	color:#00ff00;
	font-size:16pt;
	border:1px solid #00FF00;
	width:250px;
	height:40px;
	margin: auto;
	padding-top: 4px;
}
.checks{
	width: 130px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.check{
	margin-left: 2px;
}