.estilo1{
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    color: #b9d3ee;
}
.estilo1:hover{
	text-decoration: underline;
    color: #b9d3ee;
}


.estilo2{
    font-family: arial;
    font-size: 14pt;
    font-weight: bold;
    text-decoration: none;
    color: #88ace0;
}
.estilo2:hover{
	text-decoration: underline;
    color: #88ace0;
}

.estilo3{
    font-family: arial;
    font-size: 18pt;
    font-weight: bold;
    text-decoration: none;
    color: #5685bb;
}
.estilo3:hover{
	text-decoration: underline;
    color: #5685bb;
}

.estilo4{
    font-family: arial;
    font-size: 22pt;
    font-weight: bold;
    text-decoration: none;
    color: #333399;
}
.estilo4:hover{
	text-decoration: underline;
    color: 	#333399;
}

.estilo5{
    font-family: arial;
    font-size: 26pt;
    font-weight: bold;
    text-decoration: none;
    color: #0168b5;
}
.estilo5:hover{
	text-decoration: underline;
    color: #0168b5;
}

.estilo6{
    font-family: arial;
    font-size: 30pt;
    font-weight: bold;
    text-decoration: none;
    color: #00008b;
}
.estilo6:hover{
	text-decoration: underline;
    color: #00008b;
}




