body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	margin-left:0;
	margin-top:0;
}
a {
	text-decoration: none;
	color:#ffffff;
}
a:hover {
	text-decoration: underline;
	
}
v:hover {
	color:#ffffff;
}
/*
TituloVerbete
*/
.TituloVerbete {
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	padding-left:10px;
        padding-top:25px;
}
/* TextoComum */
.TextoComum {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
        line-height:150%;
	
}
/* TextoFinal */
.TextoFinal {
	font-family: Arial;
	font-size: 16px;
	color: #ff0000;
        line-height:150%;
	
}
/* TextoPequeno */
.Titulo2 {
	font-family: Arial;
	font-size: 13px;
	color: #ffffff;
        line-height:150%;
	
}

