﻿@charset "utf-8";
/* CSS Document */
.Estilo1 {
	color: #3363BD;
	font-family: "Curlz MT", Verdana;
	font-size: 20px;
}
.Estilo2 {
	color: #333333;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
}

.Estilo3 {
	color: #3363BD;
	font-family: Verdana;
	font-size: medium;
}
.Entrada {
	color: #0042B6;
	font-family: "Curlz MT", Verdana; 
	font-size: xx-large;	 
}
img {
	border: 0;
}
a:link {
	color: #3363BD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
}

