body {
	background-image:  url(../images/background-patern.jpg);
	background-color: #990000;
}


.Estilo1 {color: #990000}
.Estilo2 {color: #000000}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
