body {
	font-family: "Courier New", Courier, mono;
	background-color: #C7B299;
	background-image: url(images/fondo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	font-size: small;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: none;
	font-style: italic;
}
a:active {
	color: #006699;
	text-decoration: none;
}

