body {
	background-image: url(../images/background.jpg);
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

.texto1 {
font-family: "Trebuchet MS", Verdana, Arial; 
font-size: 11px;
}

.links a{
    text-decoration:none;
	color:#333333;
}

    a:visited{
	color:#000000;
	text-decoration:none;
}
	
	a:hover{
	color:#FF6600;
	text-decoration:underline;
}
	a:actived{
	color:#000000;
	text-decoration:none;
}
	
	
