.body {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
.titulo {
	font-size: 12px;
	color: #CCCCCC;
	font-family: verdana;
}
.texto {
	font-family: verdana;
	font-size: 10px;
	color: #00FF00;
}
.texto_peq {
	font-family: verdana;
	font-size: 9px;
	color: #339900;
}
.links:hover {
	text-decoration: underline;
	font-weight:bold
}
.links {
	font-family: verdana;
	font-size: 10px;
	color: #33FF00;
	text-decoration: none;
}
.botao {
	font-family: verdana;
	font-size: 10px;
	color: #00FF00;
	background-color: #333333;
	border-top: 0px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 0px;
}
.input {
	font-family: verdana;
	font-size: 10px;
	border: 1px;
}
.atencao {
	font-family: verdana;
	font-size: 14px;
}

.links_atencao:hover {
	text-decoration: underline;
	font-weight:bold
}
.links_atencao {
	font-family: verdana;
	font-size: 14px;
	color: #33FF00;
	text-decoration: none;
}
