.alto {
		color: #000080;
		text-decoration: none;
			cursor: hand;
}
.men {
		color: navy;
		text-decoration: none;
			cursor: hand;
}
.men:hover {
		color: #ffffcc;
		text-decoration: none;
			cursor: hand;
}
.lato {
		text-decoration: none;
			cursor: hand;
}
.input {BORDER-RIGHT: navy 1px solid;
 BORDER-TOP: navy 1px solid;
  FONT-SIZE: 12px;
   BORDER-LEFT: navy 1px solid;
   BORDER-BOTTOM: navy 1px solid;
   COLOR: black;
   background: white;
}

.inputa {BORDER-RIGHT: none;
 BORDER-TOP: none;
  FONT-SIZE: 12px;
   BORDER-LEFT: none;
   BORDER-BOTTOM: white 1px solid;
   COLOR: white;
   background: none;
}
.link{
	color: #000080;
	text-decoration: none;
}
.link:visited{
	color: #000080;
	text-decoration: none;
}
.link:hover{
	color: red;
	text-decoration: none;
}
.linki{
	color: white;
	text-decoration: none;
}
.linki:visited{
	color: white;
	text-decoration: none;
}
.linki:hover{
	color: red;
	text-decoration: none;
}
