P { 
font-size : 15pt; 
font-family : arial,; 
font-weight : normal; 
color : blue; 
background-color : LightGreen;
} 
#seleccionado{
  display: none;
} 
body { 
background-color : LightGreen; 
font-family : arial; 
color : blue; 
}

#pie { 
display: none;
}


#tabla{
               
    border-style: solid;
    border-color: purple;
    border-width: 4px;

              
    }
    th, td{
    margin-right: 10px;
    border-bottom-style: dashed;
    border-bottom-color: purple;
    border-bottom-width: 2px;
            }
    table:hover {background-color:LightCoral;}
       