A:link
{
    text-decoration: none
}
A:visited
{
    text-decoration: none
}
A:hover
{
    text-decoration: none
}
A
{
    text-decoration: none
}
body{
	padding:0px;
	margin:0px;
	background-color:#AAAAAA;
}

.titulo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 14px;
	padding-top:5px;
	padding-bottom:3px;
	color: #892750;
}

.texto {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	padding-left:5px;
	color: #892750;
}

.texto_georgia {
	font-family: georgia;
	font-size: 12px;
	line-height: 12px;
	padding-left:5px;
	color: #892750;
}

