body {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000;
}

a:link, a:visited, a:hover, a:active {
	color: #99CAFF;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

a:hover {
	color: #000;
//	text-decoration: underline;
	border-bottom: 3px #000 solid;
	background-color: #D2E8FF;
}

#contenido {
	margin: 20px 0;
}

.titulo {
	font-size: 25px;
	font-weight: bolder;
}

.verde {
	color: #9BC454;
}
