body {
//	background-image: url("");
//	background-repeat: repeat;
	background-color: #99c7e6;
	color: #000000;
	font-family: "Helvetica", "Arial", sans-serif;
}
.nav {
	background-color: #ffffff;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color: #000000
}

.logo {
	background-color: #ffffff;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color: #000000
}
.cont {
	background-color: #00a7ff;
}

.tipo {  font-family: "Courier New"; font-size: 36px}

A:link {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4a4a4c;
	text-decoration: none;
}
A:visited {
	color: #4a4a4c;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	color: #2e06f7;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
A:active {
	color: #2e06f7;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

A.cont_link:link {
	font-family: "Helvetica", "Arial", sans-serif;
	color: #ffffff;
//	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
A.cont_link:visited {
	font-family: "Helvetica", "Arial", sans-serif;
	color: #ffffff;
//	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
A.cont_link:hover {
	font-family: "Helvetica", "Arial", sans-serif;
	color: #2e06f7;
//	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}
A.cont_link:active {
	font-family: "Helvetica", "Arial", sans-serif;
	color: #2e06f7;
//	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}

