.link{ color: #333333;}
.link:hover{color: #333333; text-decoration: underline;}
a{color: #8F816B;text-decoration: none; }
a:hover{color: #8F816B;text-decoration: underline; }
.texto2 {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	line-height: 16px;

}
.texto {
	font-family: Verdana;
	font-size: 11px;
	color: #434343;
	line-height: 14px;

}
.menu {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
}
.form {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #dfdfdf;
	border-bottom-color: #dfdfdf;
	border-left-color: #666666;
}
.titulo {
	font-family: Verdana;
	font-size: 10px;
	color: #002C4F;
}
.titulo2 {
	font-family: Verdana;
	font-size: 11px;
	color: #002C4F;
}
.cursor {
 cursor:hand
}
p {
	color: #fff;
	background-color: #000;
	padding: 1em;
}
p:hover, p.hover {
	background-color: #900;
	color: #fff;
}
