@charset "utf-8";
/* CSS Document */

.a:link {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	text-decoration: none;
}
.a:visited {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	text-decoration: none;
}
.a:hover {
	font-family: "Courier New", Courier, monospace;
	color: #333;
	text-decoration: none;
}
.a:active{
	font-family: "Courier New", Courier, monospace;
	color: #333;
	text-decoration: none;
}

.Estilo1 {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	color: #000000;
}
.Estilo2 {font-family: "Courier New", Courier, monospace; font-size: small; color: #000000; font-weight: bold; }
.Estilo3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
body {
	background-image: url(images/background2.jpg);
	background-repeat: repeat-x;
}
