body {
	background-color: #BBBBBB;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.textos {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}

.titulos {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 13px;
	color: #666666;
}
a:link {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #535096;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #535096;
}
a:hover {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #535096;
}
a:active {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #535096;
}