.texto  {
	font-family: sans-serif;
	font-size : 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

.textobranco {
	font-family: sans-serif;
	font-size : 10px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.linkazul {
	font-family: sans-serif;
	font-size : 10px;
	font-style: normal;
	color: #0000FF;
	text-decoration : underline;
}

.linkbranco {
	font-family: sans-serif;
	font-size : 10px;
	font-style: normal;
	font-weight : bold;
	color: #FFFFFF;
	text-decoration : underline;
}
