body {
  background-attachment: fixed;
  background-image: url(/images/fundomain.jpg);
  background-repeat: no-repeat;
  background-position: center center
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #6688cc;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #6688cc;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #6688cc;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #0066ff;
}
