body {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #666666;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

a {
	text-decoration: none;
    color: #990000;
}

a:hover {
	text-decoration: none;
    color: #cc0000;
}

.titulo {
	font-size: 28px;
	color: #FFFFFF;
	font-weight: bold;
}

.cita {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}

.cuerpo {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
}

.cita {
	font-size: 18px;
	color: #FFFFFF;
	font-style:italic
}

.pie_rojo {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}

.pie_blanco {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}