@import url("estilo.css");
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
}


a:link {
	color:#CCC;
}

.titulos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #0099FF;
}
.titulo2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #FF9933;
}
a:hover {
	color: #FF9933;
}

