body {
	margin-top: 0px;
	background-color: #000000;
	scroll:no;
	
	
}

.texto {
	padding-left:10px;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #999999;
	font-weight:bold;
	
}

a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}