/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
}
.Estilo1 {
	font-size: x-large;
}
.Estilo2 {
		font-size: medium;
}
.Estilo3 {
	color: #FFFFFF;
	font-size: medium;
	background-color:#0000FF;
}
a:link {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


-->
