body {
	background-color: #ffffff;
	margin: 0px;
	overflow:hidden
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.enlaces {
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}

.enlaces:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
}
